Html Css Color HEX #C09B46 Roti

📋 copy color: '#C09B46'

red 192 ◦ green 155 ◦ blue 70

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

Shades of Roti #C09B46

Tints of Roti #C09B46

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.17%

 BLUE value IS 70 (27.73% from 255) = 16.79%

R = 46.04%
G = 37.17%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C09B46 (or 0xC09B46) is known color: Roti. HEX triplet: C0, 9B and 46. RGB value is (192,155,70). Sum of RGB (Red+Green+Blue) = 192+155+70=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09B46 is #3F64B9. Grayscale: #9C9C9C. Windows color (decimal): -4154554 or 4627392. OLE color: 4627392.

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

Color convert

RGB 192 155 70 -
CMYK 0 0.19 0.64 0.25
HSL 41.8º 0.49% 0.51% -
HSV(B) 41.8º 0.64% 0.75% -
XYZ 34.57 35.09 10.75 -
YUV 156.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 192 155 70 0 0.19 0.64 0.25 41.8 0.49 0.51
Hex C0 9B 46 0 13 40 19 2A 31 33
Octal 300 233 106 0 23 100 31 52 61 63
Binary 11000000 10011011 1000110 0 10011 1000000 11001 101010 110001 110011

Color Harmonies of #C09B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B46

Black with #C09B46

Text Example


Text Example

White with #C09B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B46; }

 p { color: rgb(192,155,70); }

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

background-color css

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

 a { background-color: rgb(192,155,70); }

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

border-color css

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

 span { border-color: rgb(192,155,70); }

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