Html Css Color HEX #C67455 Japonica

📋 copy color: '#C67455'

red 198 ◦ green 116 ◦ blue 85

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

Shades of Japonica #C67455

Tints of Japonica #C67455

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.07%

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

R = 49.62%
G = 29.07%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C67455 (or 0xC67455) is known color: Japonica. HEX triplet: C6, 74 and 55. RGB value is (198,116,85). Sum of RGB (Red+Green+Blue) = 198+116+85=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C67455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67455 is #398BAA. Grayscale: #898989. Windows color (decimal): -3771307 or 5600454. OLE color: 5600454.

HSL color Cylindrical-coordinate representation of color #C67455: hue angle of 16.46º 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 #C67455 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 116 85 -
CMYK 0 0.41 0.57 0.22
HSL 16.46º 0.5% 0.55% -
HSV(B) 16.46º 0.57% 0.78% -
XYZ 31.17 25.15 11.81 -
YUV 136.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 198 116 85 0 0.41 0.57 0.22 16.46 0.5 0.55
Hex C6 74 55 0 29 39 16 10 32 37
Octal 306 164 125 0 51 71 26 20 62 67
Binary 11000110 1110100 1010101 0 101001 111001 10110 10000 110010 110111

Color Harmonies of #C67455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67455

Black with #C67455

Text Example


Text Example

White with #C67455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67455; }

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

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

background-color css

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

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

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

border-color css

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

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

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