Html Css Color HEX #CBA975 Putty

📋 copy color: '#CBA975'

red 203 ◦ green 169 ◦ blue 117

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

Shades of Putty #CBA975

Tints of Putty #CBA975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.56%

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

R = 41.51%
G = 34.56%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBA975 (or 0xCBA975) is known color: Putty. HEX triplet: CB, A9 and 75. RGB value is (203,169,117). Sum of RGB (Red+Green+Blue) = 203+169+117=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA975 is #34568A. Grayscale: #ADADAD. Windows color (decimal): -3430027 or 7711179. OLE color: 7711179.

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

Color convert

RGB 203 169 117 -
CMYK 0 0.17 0.42 0.20
HSL 36.28º 0.45% 0.63% -
HSV(B) 36.28º 0.42% 0.8% -
XYZ 42.03 42.36 22.79 -
YUV 173.24 96.26 149.23 -
System Red Green Blue C M Y K H S L
Decimal 203 169 117 0 0.17 0.42 0.20 36.28 0.45 0.63
Hex CB A9 75 0 11 2A 14 24 2D 3F
Octal 313 251 165 0 21 52 24 44 55 77
Binary 11001011 10101001 1110101 0 10001 101010 10100 100100 101101 111111

Color Harmonies of #CBA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA975

Black with #CBA975

Text Example


Text Example

White with #CBA975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA975; }

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

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

background-color css

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

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

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

border-color css

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

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

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