Html Css Color HEX #CBA775 Putty

📋 copy color: '#CBA775'

red 203 ◦ green 167 ◦ blue 117

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

Shades of Putty #CBA775

Tints of Putty #CBA775

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.29%

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

R = 41.68%
G = 34.29%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBA775 (or 0xCBA775) is known color: Putty. HEX triplet: CB, A7 and 75. RGB value is (203,167,117). Sum of RGB (Red+Green+Blue) = 203+167+117=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA775 is #34588A. Grayscale: #ACACAC. Windows color (decimal): -3430539 or 7710667. OLE color: 7710667.

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

Color convert

RGB 203 167 117 -
CMYK 0 0.18 0.42 0.20
HSL 34.88º 0.45% 0.63% -
HSV(B) 34.88º 0.42% 0.8% -
XYZ 41.66 41.62 22.67 -
YUV 172.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 203 167 117 0 0.18 0.42 0.20 34.88 0.45 0.63
Hex CB A7 75 0 12 2A 14 23 2D 3F
Octal 313 247 165 0 22 52 24 43 55 77
Binary 11001011 10100111 1110101 0 10010 101010 10100 100011 101101 111111

Color Harmonies of #CBA775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA775

Black with #CBA775

Text Example


Text Example

White with #CBA775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA775; }

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

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

background-color css

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

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

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

border-color css

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

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

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