Html Css Color HEX #CBC06B Dark Khaki

📋 copy color: '#CBC06B'

red 203 ◦ green 192 ◦ blue 107

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

Shades of Dark Khaki #CBC06B

Tints of Dark Khaki #CBC06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.31%

R = 40.44%
G = 38.25%
B = 21.31%

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

#CBC06B (or 0xCBC06B) is known color: Dark Khaki. HEX triplet: CB, C0 and 6B. RGB value is (203,192,107). Sum of RGB (Red+Green+Blue) = 203+192+107=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC06B is #343F94. Grayscale: #B9B9B9. Windows color (decimal): -3424149 or 7061707. OLE color: 7061707.

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

Color convert

RGB 203 192 107 -
CMYK 0 0.05 0.47 0.20
HSL 53.13º 0.48% 0.61% -
HSV(B) 53.13º 0.47% 0.8% -
XYZ 46.13 51.46 21.41 -
YUV 185.6 83.64 140.41 -
System Red Green Blue C M Y K H S L
Decimal 203 192 107 0 0.05 0.47 0.20 53.13 0.48 0.61
Hex CB C0 6B 0 5 2F 14 35 30 3D
Octal 313 300 153 0 5 57 24 65 60 75
Binary 11001011 11000000 1101011 0 101 101111 10100 110101 110000 111101

Color Harmonies of #CBC06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC06B

Black with #CBC06B

Text Example


Text Example

White with #CBC06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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