Html Css Color HEX #CBC06C Dark Khaki

📋 copy color: '#CBC06C'

red 203 ◦ green 192 ◦ blue 108

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

Shades of Dark Khaki #CBC06C

Tints of Dark Khaki #CBC06C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.17%

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

R = 40.36%
G = 38.17%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CBC06C (or 0xCBC06C) is known color: Dark Khaki. HEX triplet: CB, C0 and 6C. RGB value is (203,192,108). Sum of RGB (Red+Green+Blue) = 203+192+108=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC06C is #343F93. Grayscale: #BABABA. Windows color (decimal): -3424148 or 7127243. OLE color: 7127243.

HSL color Cylindrical-coordinate representation of color #CBC06C: hue angle of 53.05º 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 #CBC06C is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 192 108 -
CMYK 0 0.05 0.47 0.20
HSL 53.05º 0.48% 0.61% -
HSV(B) 53.05º 0.47% 0.8% -
XYZ 46.19 51.48 21.69 -
YUV 185.71 84.14 140.33 -
System Red Green Blue C M Y K H S L
Decimal 203 192 108 0 0.05 0.47 0.20 53.05 0.48 0.61
Hex CB C0 6C 0 5 2F 14 35 30 3D
Octal 313 300 154 0 5 57 24 65 60 75
Binary 11001011 11000000 1101100 0 101 101111 10100 110101 110000 111101

Color Harmonies of #CBC06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC06C

Black with #CBC06C

Text Example


Text Example

White with #CBC06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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