Html Css Color HEX #CBB96F Putty

📋 copy color: '#CBB96F'

red 203 ◦ green 185 ◦ blue 111

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

Shades of Putty #CBB96F

Tints of Putty #CBB96F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.07%

 BLUE value IS 111 (43.75% from 255) = 22.24%

R = 40.68%
G = 37.07%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CBB96F (or 0xCBB96F) is known color: Putty. HEX triplet: CB, B9 and 6F. RGB value is (203,185,111). Sum of RGB (Red+Green+Blue) = 203+185+111=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB96F is #344690. Grayscale: #B6B6B6. Windows color (decimal): -3425937 or 7322059. OLE color: 7322059.

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

Color convert

RGB 203 185 111 -
CMYK 0 0.09 0.45 0.20
HSL 48.26º 0.47% 0.62% -
HSV(B) 48.26º 0.45% 0.8% -
XYZ 44.85 48.54 22.04 -
YUV 181.95 87.96 143.02 -
System Red Green Blue C M Y K H S L
Decimal 203 185 111 0 0.09 0.45 0.20 48.26 0.47 0.62
Hex CB B9 6F 0 9 2D 14 30 2F 3E
Octal 313 271 157 0 11 55 24 60 57 76
Binary 11001011 10111001 1101111 0 1001 101101 10100 110000 101111 111110

Color Harmonies of #CBB96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB96F

Black with #CBB96F

Text Example


Text Example

White with #CBB96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB96F; }

 p { color: rgb(203,185,111); }

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

background-color css

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

 a { background-color: rgb(203,185,111); }

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

border-color css

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

 span { border-color: rgb(203,185,111); }

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