Html Css Color HEX #C59C42 Roti

📋 copy color: '#C59C42'

red 197 ◦ green 156 ◦ blue 66

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

Shades of Roti #C59C42

Tints of Roti #C59C42

RGB

 RED value IS 197 (77.34% from 255) = 47.02%

 GREEN value IS 156 (61.33% from 255) = 37.23%

 BLUE value IS 66 (26.17% from 255) = 15.75%

R = 47.02%
G = 37.23%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C59C42 (or 0xC59C42) is known color: Roti. HEX triplet: C5, 9C and 42. RGB value is (197,156,66). Sum of RGB (Red+Green+Blue) = 197+156+66=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C59C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59C42 is #3A63BD. Grayscale: #9E9E9E. Windows color (decimal): -3826622 or 4365509. OLE color: 4365509.

HSL color Cylindrical-coordinate representation of color #C59C42: hue angle of 41.22º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C59C42 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 156 66 -
CMYK 0 0.21 0.66 0.23
HSL 41.22º 0.53% 0.52% -
HSV(B) 41.22º 0.66% 0.77% -
XYZ 35.9 36.04 10.22 -
YUV 158 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 197 156 66 0 0.21 0.66 0.23 41.22 0.53 0.52
Hex C5 9C 42 0 15 42 17 29 35 34
Octal 305 234 102 0 25 102 27 51 65 64
Binary 11000101 10011100 1000010 0 10101 1000010 10111 101001 110101 110100

Color Harmonies of #C59C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59C42

Black with #C59C42

Text Example


Text Example

White with #C59C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59C42; }

 p { color: rgb(197,156,66); }

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

background-color css

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

 a { background-color: rgb(197,156,66); }

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

border-color css

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

 span { border-color: rgb(197,156,66); }

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