Html Css Color HEX #CBC46C Dark Khaki

📋 copy color: '#CBC46C'

red 203 ◦ green 196 ◦ blue 108

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

Shades of Dark Khaki #CBC46C

Tints of Dark Khaki #CBC46C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.66%

 BLUE value IS 108 (42.58% from 255) = 21.3%

R = 40.04%
G = 38.66%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CBC46C (or 0xCBC46C) is known color: Dark Khaki. HEX triplet: CB, C4 and 6C. RGB value is (203,196,108). Sum of RGB (Red+Green+Blue) = 203+196+108=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC46C is #343B93. Grayscale: #BCBCBC. Windows color (decimal): -3423124 or 7128267. OLE color: 7128267.

HSL color Cylindrical-coordinate representation of color #CBC46C: hue angle of 55.58º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CBC46C is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 196 108 -
CMYK 0 0.03 0.47 0.20
HSL 55.58º 0.48% 0.61% -
HSV(B) 55.58º 0.47% 0.8% -
XYZ 47.08 53.26 21.99 -
YUV 188.06 82.82 138.66 -
System Red Green Blue C M Y K H S L
Decimal 203 196 108 0 0.03 0.47 0.20 55.58 0.48 0.61
Hex CB C4 6C 0 3 2F 14 38 30 3D
Octal 313 304 154 0 3 57 24 70 60 75
Binary 11001011 11000100 1101100 0 11 101111 10100 111000 110000 111101

Color Harmonies of #CBC46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC46C

Black with #CBC46C

Text Example


Text Example

White with #CBC46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC46C; }

 p { color: rgb(203,196,108); }

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

background-color css

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

 a { background-color: rgb(203,196,108); }

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

border-color css

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

 span { border-color: rgb(203,196,108); }

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