Html Css Color HEX #C09942 Roti

📋 copy color: '#C09942'

red 192 ◦ green 153 ◦ blue 66

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

Shades of Roti #C09942

Tints of Roti #C09942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.23%

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

R = 46.72%
G = 37.23%
B = 16.06%

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

#C09942 (or 0xC09942) is known color: Roti. HEX triplet: C0, 99 and 42. RGB value is (192,153,66). Sum of RGB (Red+Green+Blue) = 192+153+66=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C09942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09942 is #3F66BD. Grayscale: #9B9B9B. Windows color (decimal): -4155070 or 4364736. OLE color: 4364736.

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

Color convert

RGB 192 153 66 -
CMYK 0 0.20 0.66 0.25
HSL 41.43º 0.5% 0.51% -
HSV(B) 41.43º 0.66% 0.75% -
XYZ 34.11 34.38 9.99 -
YUV 154.74 77.92 154.57 -
System Red Green Blue C M Y K H S L
Decimal 192 153 66 0 0.20 0.66 0.25 41.43 0.5 0.51
Hex C0 99 42 0 14 42 19 29 32 33
Octal 300 231 102 0 24 102 31 51 62 63
Binary 11000000 10011001 1000010 0 10100 1000010 11001 101001 110010 110011

Color Harmonies of #C09942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09942

Black with #C09942

Text Example


Text Example

White with #C09942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09942; }

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

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

background-color css

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

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

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

border-color css

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

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

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