Html Css Color HEX #CABB6D Dark Khaki

📋 copy color: '#CABB6D'

red 202 ◦ green 187 ◦ blue 109

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

Shades of Dark Khaki #CABB6D

Tints of Dark Khaki #CABB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.89%

R = 40.56%
G = 37.55%
B = 21.89%

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

#CABB6D (or 0xCABB6D) is known color: Dark Khaki. HEX triplet: CA, BB and 6D. RGB value is (202,187,109). Sum of RGB (Red+Green+Blue) = 202+187+109=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CABB6D is #354492. Grayscale: #B6B6B6. Windows color (decimal): -3490963 or 7191498. OLE color: 7191498.

HSL color Cylindrical-coordinate representation of color #CABB6D: hue angle of 50.32º degrees, saturation: 0.47, 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 #CABB6D is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 187 109 -
CMYK 0 0.07 0.46 0.21
HSL 50.32º 0.47% 0.61% -
HSV(B) 50.32º 0.46% 0.79% -
XYZ 44.89 49.2 21.6 -
YUV 182.59 86.47 141.84 -
System Red Green Blue C M Y K H S L
Decimal 202 187 109 0 0.07 0.46 0.21 50.32 0.47 0.61
Hex CA BB 6D 0 7 2E 15 32 2F 3D
Octal 312 273 155 0 7 56 25 62 57 75
Binary 11001010 10111011 1101101 0 111 101110 10101 110010 101111 111101

Color Harmonies of #CABB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB6D

Black with #CABB6D

Text Example


Text Example

White with #CABB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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