Html Css Color HEX #CBB275 Putty

📋 copy color: '#CBB275'

red 203 ◦ green 178 ◦ blue 117

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

Shades of Putty #CBB275

Tints of Putty #CBB275

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.74%

 BLUE value IS 117 (46.09% from 255) = 23.49%

R = 40.76%
G = 35.74%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBB275 (or 0xCBB275) is known color: Putty. HEX triplet: CB, B2 and 75. RGB value is (203,178,117). Sum of RGB (Red+Green+Blue) = 203+178+117=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB275 is #344D8A. Grayscale: #B2B2B2. Windows color (decimal): -3427723 or 7713483. OLE color: 7713483.

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

Color convert

RGB 203 178 117 -
CMYK 0 0.12 0.42 0.20
HSL 42.56º 0.45% 0.63% -
HSV(B) 42.56º 0.42% 0.8% -
XYZ 43.76 45.82 23.37 -
YUV 178.52 93.28 145.46 -
System Red Green Blue C M Y K H S L
Decimal 203 178 117 0 0.12 0.42 0.20 42.56 0.45 0.63
Hex CB B2 75 0 C 2A 14 2B 2D 3F
Octal 313 262 165 0 14 52 24 53 55 77
Binary 11001011 10110010 1110101 0 1100 101010 10100 101011 101101 111111

Color Harmonies of #CBB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB275

Black with #CBB275

Text Example


Text Example

White with #CBB275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB275; }

 p { color: rgb(203,178,117); }

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

background-color css

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

 a { background-color: rgb(203,178,117); }

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

border-color css

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

 span { border-color: rgb(203,178,117); }

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