Html Css Color HEX #CBC56B Dark Khaki

📋 copy color: '#CBC56B'

red 203 ◦ green 197 ◦ blue 107

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

Shades of Dark Khaki #CBC56B

Tints of Dark Khaki #CBC56B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.86%

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

R = 40.04%
G = 38.86%
B = 21.1%

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

#CBC56B (or 0xCBC56B) is known color: Dark Khaki. HEX triplet: CB, C5 and 6B. RGB value is (203,197,107). Sum of RGB (Red+Green+Blue) = 203+197+107=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC56B is #343A94. Grayscale: #BCBCBC. Windows color (decimal): -3422869 or 7062987. OLE color: 7062987.

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

Color convert

RGB 203 197 107 -
CMYK 0 0.03 0.47 0.20
HSL 56.25º 0.48% 0.61% -
HSV(B) 56.25º 0.47% 0.8% -
XYZ 47.25 53.69 21.78 -
YUV 188.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 203 197 107 0 0.03 0.47 0.20 56.25 0.48 0.61
Hex CB C5 6B 0 3 2F 14 38 30 3D
Octal 313 305 153 0 3 57 24 70 60 75
Binary 11001011 11000101 1101011 0 11 101111 10100 111000 110000 111101

Color Harmonies of #CBC56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC56B

Black with #CBC56B

Text Example


Text Example

White with #CBC56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC56B; }

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

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

background-color css

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

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

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

border-color css

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

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

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