Html Css Color HEX #C09C47 Roti

📋 copy color: '#C09C47'

red 192 ◦ green 156 ◦ blue 71

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

Shades of Roti #C09C47

Tints of Roti #C09C47

RGB

 RED value IS 192 (75.39% from 255) = 45.82%

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

 BLUE value IS 71 (28.13% from 255) = 16.95%

R = 45.82%
G = 37.23%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C09C47 (or 0xC09C47) is known color: Roti. HEX triplet: C0, 9C and 47. RGB value is (192,156,71). Sum of RGB (Red+Green+Blue) = 192+156+71=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09C47 is #3F63B8. Grayscale: #9D9D9D. Windows color (decimal): -4154297 or 4693184. OLE color: 4693184.

HSL color Cylindrical-coordinate representation of color #C09C47: hue angle of 42.15º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C09C47 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 156 71 -
CMYK 0 0.19 0.63 0.25
HSL 42.15º 0.49% 0.52% -
HSV(B) 42.15º 0.63% 0.75% -
XYZ 34.76 35.44 10.97 -
YUV 157.07 79.43 152.91 -
System Red Green Blue C M Y K H S L
Decimal 192 156 71 0 0.19 0.63 0.25 42.15 0.49 0.52
Hex C0 9C 47 0 13 3F 19 2A 31 34
Octal 300 234 107 0 23 77 31 52 61 64
Binary 11000000 10011100 1000111 0 10011 111111 11001 101010 110001 110100

Color Harmonies of #C09C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C47

Black with #C09C47

Text Example


Text Example

White with #C09C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C47; }

 p { color: rgb(192,156,71); }

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

background-color css

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

 a { background-color: rgb(192,156,71); }

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

border-color css

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

 span { border-color: rgb(192,156,71); }

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