Html Css Color HEX #CBBC6F Dark Khaki

📋 copy color: '#CBBC6F'

red 203 ◦ green 188 ◦ blue 111

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

Shades of Dark Khaki #CBBC6F

Tints of Dark Khaki #CBBC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.11%

R = 40.44%
G = 37.45%
B = 22.11%

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

#CBBC6F (or 0xCBBC6F) is known color: Dark Khaki. HEX triplet: CB, BC and 6F. RGB value is (203,188,111). Sum of RGB (Red+Green+Blue) = 203+188+111=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC6F is #344390. Grayscale: #B8B8B8. Windows color (decimal): -3425169 or 7322827. OLE color: 7322827.

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

Color convert

RGB 203 188 111 -
CMYK 0 0.07 0.45 0.20
HSL 50.22º 0.47% 0.62% -
HSV(B) 50.22º 0.45% 0.8% -
XYZ 45.48 49.81 22.26 -
YUV 183.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 203 188 111 0 0.07 0.45 0.20 50.22 0.47 0.62
Hex CB BC 6F 0 7 2D 14 32 2F 3E
Octal 313 274 157 0 7 55 24 62 57 76
Binary 11001011 10111100 1101111 0 111 101101 10100 110010 101111 111110

Color Harmonies of #CBBC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBC6F

Black with #CBBC6F

Text Example


Text Example

White with #CBBC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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