Html Css Color HEX #CBC171 Dark Khaki

📋 copy color: '#CBC171'

red 203 ◦ green 193 ◦ blue 113

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

Shades of Dark Khaki #CBC171

Tints of Dark Khaki #CBC171

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.92%

 BLUE value IS 113 (44.53% from 255) = 22.2%

R = 39.88%
G = 37.92%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBC171 (or 0xCBC171) is known color: Dark Khaki. HEX triplet: CB, C1 and 71. RGB value is (203,193,113). Sum of RGB (Red+Green+Blue) = 203+193+113=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC171 is #343E8E. Grayscale: #BBBBBB. Windows color (decimal): -3423887 or 7455179. OLE color: 7455179.

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

Color convert

RGB 203 193 113 -
CMYK 0 0.05 0.44 0.20
HSL 53.33º 0.46% 0.62% -
HSV(B) 53.33º 0.44% 0.8% -
XYZ 46.68 52.03 23.21 -
YUV 186.87 86.31 139.5 -
System Red Green Blue C M Y K H S L
Decimal 203 193 113 0 0.05 0.44 0.20 53.33 0.46 0.62
Hex CB C1 71 0 5 2C 14 35 2E 3E
Octal 313 301 161 0 5 54 24 65 56 76
Binary 11001011 11000001 1110001 0 101 101100 10100 110101 101110 111110

Color Harmonies of #CBC171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC171

Black with #CBC171

Text Example


Text Example

White with #CBC171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC171; }

 p { color: rgb(203,193,113); }

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

background-color css

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

 a { background-color: rgb(203,193,113); }

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

border-color css

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

 span { border-color: rgb(203,193,113); }

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