Html Css Color HEX #CBC46A Dark Khaki

📋 copy color: '#CBC46A'

red 203 ◦ green 196 ◦ blue 106

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

Shades of Dark Khaki #CBC46A

Tints of Dark Khaki #CBC46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 20.99%

R = 40.2%
G = 38.81%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CBC46A (or 0xCBC46A) is known color: Dark Khaki. HEX triplet: CB, C4 and 6A. RGB value is (203,196,106). Sum of RGB (Red+Green+Blue) = 203+196+106=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC46A is #343B95. Grayscale: #BCBCBC. Windows color (decimal): -3423126 or 6997195. OLE color: 6997195.

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

Color convert

RGB 203 196 106 -
CMYK 0 0.03 0.48 0.20
HSL 55.67º 0.48% 0.61% -
HSV(B) 55.67º 0.48% 0.8% -
XYZ 46.97 53.22 21.43 -
YUV 187.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 203 196 106 0 0.03 0.48 0.20 55.67 0.48 0.61
Hex CB C4 6A 0 3 30 14 38 30 3D
Octal 313 304 152 0 3 60 24 70 60 75
Binary 11001011 11000100 1101010 0 11 110000 10100 111000 110000 111101

Color Harmonies of #CBC46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC46A

Black with #CBC46A

Text Example


Text Example

White with #CBC46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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