Html Css Color HEX #C09A42 Roti

📋 copy color: '#C09A42'

red 192 ◦ green 154 ◦ blue 66

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

Shades of Roti #C09A42

Tints of Roti #C09A42

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.38%

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

R = 46.6%
G = 37.38%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C09A42 (or 0xC09A42) is known color: Roti. HEX triplet: C0, 9A and 42. RGB value is (192,154,66). Sum of RGB (Red+Green+Blue) = 192+154+66=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09A42 is #3F65BD. Grayscale: #9B9B9B. Windows color (decimal): -4154814 or 4364992. OLE color: 4364992.

HSL color Cylindrical-coordinate representation of color #C09A42: hue angle of 41.9º 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 #C09A42 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 154 66 -
CMYK 0 0.20 0.66 0.25
HSL 41.9º 0.5% 0.51% -
HSV(B) 41.9º 0.66% 0.75% -
XYZ 34.28 34.71 10.05 -
YUV 155.33 77.59 154.16 -
System Red Green Blue C M Y K H S L
Decimal 192 154 66 0 0.20 0.66 0.25 41.9 0.5 0.51
Hex C0 9A 42 0 14 42 19 2A 32 33
Octal 300 232 102 0 24 102 31 52 62 63
Binary 11000000 10011010 1000010 0 10100 1000010 11001 101010 110010 110011

Color Harmonies of #C09A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A42

Black with #C09A42

Text Example


Text Example

White with #C09A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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