Html Css Color HEX #CABB6E Dark Khaki

📋 copy color: '#CABB6E'

red 202 ◦ green 187 ◦ blue 110

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

Shades of Dark Khaki #CABB6E

Tints of Dark Khaki #CABB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.04%

R = 40.48%
G = 37.47%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CABB6E (or 0xCABB6E) is known color: Dark Khaki. HEX triplet: CA, BB and 6E. RGB value is (202,187,110). Sum of RGB (Red+Green+Blue) = 202+187+110=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB6E is #354491. Grayscale: #B7B7B7. Windows color (decimal): -3490962 or 7257034. OLE color: 7257034.

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

Color convert

RGB 202 187 110 -
CMYK 0 0.07 0.46 0.21
HSL 50.22º 0.46% 0.61% -
HSV(B) 50.22º 0.46% 0.79% -
XYZ 44.94 49.22 21.88 -
YUV 182.71 86.97 141.76 -
System Red Green Blue C M Y K H S L
Decimal 202 187 110 0 0.07 0.46 0.21 50.22 0.46 0.61
Hex CA BB 6E 0 7 2E 15 32 2E 3D
Octal 312 273 156 0 7 56 25 62 56 75
Binary 11001010 10111011 1101110 0 111 101110 10101 110010 101110 111101

Color Harmonies of #CABB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB6E

Black with #CABB6E

Text Example


Text Example

White with #CABB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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