Html Css Color HEX #C09C44 Roti

📋 copy color: '#C09C44'

red 192 ◦ green 156 ◦ blue 68

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

Shades of Roti #C09C44

Tints of Roti #C09C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.35%

R = 46.15%
G = 37.5%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C09C44 (or 0xC09C44) is known color: Roti. HEX triplet: C0, 9C and 44. RGB value is (192,156,68). Sum of RGB (Red+Green+Blue) = 192+156+68=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09C44 is #3F63BB. Grayscale: #9D9D9D. Windows color (decimal): -4154300 or 4496576. OLE color: 4496576.

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

Color convert

RGB 192 156 68 -
CMYK 0 0.19 0.65 0.25
HSL 42.58º 0.5% 0.51% -
HSV(B) 42.58º 0.65% 0.75% -
XYZ 34.67 35.4 10.47 -
YUV 156.73 77.93 153.16 -
System Red Green Blue C M Y K H S L
Decimal 192 156 68 0 0.19 0.65 0.25 42.58 0.5 0.51
Hex C0 9C 44 0 13 41 19 2B 32 33
Octal 300 234 104 0 23 101 31 53 62 63
Binary 11000000 10011100 1000100 0 10011 1000001 11001 101011 110010 110011

Color Harmonies of #C09C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C44

Black with #C09C44

Text Example


Text Example

White with #C09C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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