Html Css Color HEX #CBB475 Putty

📋 copy color: '#CBB475'

red 203 ◦ green 180 ◦ blue 117

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

Shades of Putty #CBB475

Tints of Putty #CBB475

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36%

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

R = 40.6%
G = 36%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBB475 (or 0xCBB475) is known color: Putty. HEX triplet: CB, B4 and 75. RGB value is (203,180,117). Sum of RGB (Red+Green+Blue) = 203+180+117=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB475 is #344B8A. Grayscale: #B3B3B3. Windows color (decimal): -3427211 or 7713995. OLE color: 7713995.

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

Color convert

RGB 203 180 117 -
CMYK 0 0.11 0.42 0.20
HSL 43.95º 0.45% 0.63% -
HSV(B) 43.95º 0.42% 0.8% -
XYZ 44.16 46.62 23.5 -
YUV 179.7 92.62 144.62 -
System Red Green Blue C M Y K H S L
Decimal 203 180 117 0 0.11 0.42 0.20 43.95 0.45 0.63
Hex CB B4 75 0 B 2A 14 2C 2D 3F
Octal 313 264 165 0 13 52 24 54 55 77
Binary 11001011 10110100 1110101 0 1011 101010 10100 101100 101101 111111

Color Harmonies of #CBB475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB475

Black with #CBB475

Text Example


Text Example

White with #CBB475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB475; }

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

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

background-color css

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

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

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

border-color css

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

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

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