Html Css Color HEX #C67255 Japonica

📋 copy color: '#C67255'

red 198 ◦ green 114 ◦ blue 85

#C67255
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Japonica #C67255

Tints of Japonica #C67255

RGB

 RED value IS 198 (77.73% from 255) = 49.87%

 GREEN value IS 114 (44.92% from 255) = 28.72%

 BLUE value IS 85 (33.59% from 255) = 21.41%

R = 49.87%
G = 28.72%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C67255 (or 0xC67255) is known color: Japonica. HEX triplet: C6, 72 and 55. RGB value is (198,114,85). Sum of RGB (Red+Green+Blue) = 198+114+85=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C67255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67255 is #398DAA. Grayscale: #888888. Windows color (decimal): -3771819 or 5599942. OLE color: 5599942.

HSL color Cylindrical-coordinate representation of color #C67255: hue angle of 15.4º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C67255 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 114 85 -
CMYK 0 0.42 0.57 0.22
HSL 15.4º 0.5% 0.55% -
HSV(B) 15.4º 0.57% 0.78% -
XYZ 30.95 24.7 11.73 -
YUV 135.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 198 114 85 0 0.42 0.57 0.22 15.4 0.5 0.55
Hex C6 72 55 0 2A 39 16 F 32 37
Octal 306 162 125 0 52 71 26 17 62 67
Binary 11000110 1110010 1010101 0 101010 111001 10110 1111 110010 110111

Color Harmonies of #C67255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67255

Black with #C67255

Text Example


Text Example

White with #C67255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67255; }

 p { color: rgb(198,114,85); }

 H1.HeaderClassName
 {
   color: #C67255;
 }
 .AnyTagClassName
 {
   color: #C67255;
 }
</style>

background-color css

<style>
 a { background-color: #C67255; }

 a { background-color: rgb(198,114,85); }

 div.DivClassName
 {
   background-color: #C67255;
 }
 .BgClassName
 {
   background-color: #C67255;
 }
</style>

border-color css

<style>
 span { border-color: #C67255; }

 span { border-color: rgb(198,114,85); }

 td.TdClassName
 {
   border-color: #C67255;
 }
 .TagClassName
 {
   border-color: #C67255;
 }
</style>