Html Css Color HEX #C0B572 Dark Khaki

📋 copy color: '#C0B572'

red 192 ◦ green 181 ◦ blue 114

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

Shades of Dark Khaki #C0B572

Tints of Dark Khaki #C0B572

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.17%

 BLUE value IS 114 (44.92% from 255) = 23.41%

R = 39.43%
G = 37.17%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0B572 (or 0xC0B572) is known color: Dark Khaki. HEX triplet: C0, B5 and 72. RGB value is (192,181,114). Sum of RGB (Red+Green+Blue) = 192+181+114=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B572 is #3F4A8D. Grayscale: #B0B0B0. Windows color (decimal): -4147854 or 7517632. OLE color: 7517632.

HSL color Cylindrical-coordinate representation of color #C0B572: hue angle of 51.54º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0B572 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 181 114 -
CMYK 0 0.06 0.41 0.25
HSL 51.54º 0.38% 0.6% -
HSV(B) 51.54º 0.41% 0.75% -
XYZ 41.3 45.47 22.52 -
YUV 176.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 192 181 114 0 0.06 0.41 0.25 51.54 0.38 0.6
Hex C0 B5 72 0 6 29 19 34 26 3C
Octal 300 265 162 0 6 51 31 64 46 74
Binary 11000000 10110101 1110010 0 110 101001 11001 110100 100110 111100

Color Harmonies of #C0B572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B572

Black with #C0B572

Text Example


Text Example

White with #C0B572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B572; }

 p { color: rgb(192,181,114); }

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

background-color css

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

 a { background-color: rgb(192,181,114); }

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

border-color css

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

 span { border-color: rgb(192,181,114); }

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