Html Css Color HEX #C09F42 Roti

📋 copy color: '#C09F42'

red 192 ◦ green 159 ◦ blue 66

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

Shades of Roti #C09F42

Tints of Roti #C09F42

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.13%

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

R = 46.04%
G = 38.13%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C09F42 (or 0xC09F42) is known color: Roti. HEX triplet: C0, 9F and 42. RGB value is (192,159,66). Sum of RGB (Red+Green+Blue) = 192+159+66=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 66 (26.17% from 255 or 15.83% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09F42 is #3F60BD. Grayscale: #9E9E9E. Windows color (decimal): -4153534 or 4366272. OLE color: 4366272.

HSL color Cylindrical-coordinate representation of color #C09F42: hue angle of 44.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C09F42 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 159 66 -
CMYK 0 0.17 0.66 0.25
HSL 44.29º 0.5% 0.51% -
HSV(B) 44.29º 0.66% 0.75% -
XYZ 35.12 36.4 10.33 -
YUV 158.27 75.93 152.06 -
System Red Green Blue C M Y K H S L
Decimal 192 159 66 0 0.17 0.66 0.25 44.29 0.5 0.51
Hex C0 9F 42 0 11 42 19 2C 32 33
Octal 300 237 102 0 21 102 31 54 62 63
Binary 11000000 10011111 1000010 0 10001 1000010 11001 101100 110010 110011

Color Harmonies of #C09F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09F42

Black with #C09F42

Text Example


Text Example

White with #C09F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09F42; }

 p { color: rgb(192,159,66); }

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

background-color css

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

 a { background-color: rgb(192,159,66); }

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

border-color css

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

 span { border-color: rgb(192,159,66); }

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