Html Css Color HEX #CBBC70 Dark Khaki

📋 copy color: '#CBBC70'

red 203 ◦ green 188 ◦ blue 112

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

Shades of Dark Khaki #CBBC70

Tints of Dark Khaki #CBBC70

RGB

 RED value IS 203 (79.69% from 255) = 40.36%

 GREEN value IS 188 (73.83% from 255) = 37.38%

 BLUE value IS 112 (44.14% from 255) = 22.27%

R = 40.36%
G = 37.38%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CBBC70 (or 0xCBBC70) is known color: Dark Khaki. HEX triplet: CB, BC and 70. RGB value is (203,188,112). Sum of RGB (Red+Green+Blue) = 203+188+112=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC70 is #34438F. Grayscale: #B8B8B8. Windows color (decimal): -3425168 or 7388363. OLE color: 7388363.

HSL color Cylindrical-coordinate representation of color #CBBC70: hue angle of 50.11º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBBC70 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 188 112 -
CMYK 0 0.07 0.45 0.20
HSL 50.11º 0.47% 0.62% -
HSV(B) 50.11º 0.45% 0.8% -
XYZ 45.54 49.83 22.55 -
YUV 183.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 203 188 112 0 0.07 0.45 0.20 50.11 0.47 0.62
Hex CB BC 70 0 7 2D 14 32 2F 3E
Octal 313 274 160 0 7 55 24 62 57 76
Binary 11001011 10111100 1110000 0 111 101101 10100 110010 101111 111110

Color Harmonies of #CBBC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBC70

Black with #CBBC70

Text Example


Text Example

White with #CBBC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBC70; }

 p { color: rgb(203,188,112); }

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

background-color css

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

 a { background-color: rgb(203,188,112); }

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

border-color css

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

 span { border-color: rgb(203,188,112); }

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