Html Css Color HEX #CABB6F Dark Khaki

📋 copy color: '#CABB6F'

red 202 ◦ green 187 ◦ blue 111

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

Shades of Dark Khaki #CABB6F

Tints of Dark Khaki #CABB6F

RGB

 RED value IS 202 (79.3% from 255) = 40.4%

 GREEN value IS 187 (73.44% from 255) = 37.4%

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

R = 40.4%
G = 37.4%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CABB6F (or 0xCABB6F) is known color: Dark Khaki. HEX triplet: CA, BB and 6F. RGB value is (202,187,111). Sum of RGB (Red+Green+Blue) = 202+187+111=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB6F is #354490. Grayscale: #B7B7B7. Windows color (decimal): -3490961 or 7322570. OLE color: 7322570.

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

Color convert

RGB 202 187 111 -
CMYK 0 0.07 0.45 0.21
HSL 50.11º 0.46% 0.61% -
HSV(B) 50.11º 0.45% 0.79% -
XYZ 45 49.24 22.17 -
YUV 182.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 202 187 111 0 0.07 0.45 0.21 50.11 0.46 0.61
Hex CA BB 6F 0 7 2D 15 32 2E 3D
Octal 312 273 157 0 7 55 25 62 56 75
Binary 11001010 10111011 1101111 0 111 101101 10101 110010 101110 111101

Color Harmonies of #CABB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB6F

Black with #CABB6F

Text Example


Text Example

White with #CABB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB6F; }

 p { color: rgb(202,187,111); }

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

background-color css

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

 a { background-color: rgb(202,187,111); }

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

border-color css

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

 span { border-color: rgb(202,187,111); }

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