Html Css Color HEX #CBA774 Putty

📋 copy color: '#CBA774'

red 203 ◦ green 167 ◦ blue 116

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

Shades of Putty #CBA774

Tints of Putty #CBA774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.87%

R = 41.77%
G = 34.36%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBA774 (or 0xCBA774) is known color: Putty. HEX triplet: CB, A7 and 74. RGB value is (203,167,116). Sum of RGB (Red+Green+Blue) = 203+167+116=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 167 (65.62% from 255 or 34.36% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA774 is #34588B. Grayscale: #ACACAC. Windows color (decimal): -3430540 or 7645131. OLE color: 7645131.

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

Color convert

RGB 203 167 116 -
CMYK 0 0.18 0.43 0.20
HSL 35.17º 0.46% 0.63% -
HSV(B) 35.17º 0.43% 0.8% -
XYZ 41.6 41.59 22.36 -
YUV 171.95 96.43 150.15 -
System Red Green Blue C M Y K H S L
Decimal 203 167 116 0 0.18 0.43 0.20 35.17 0.46 0.63
Hex CB A7 74 0 12 2B 14 23 2E 3F
Octal 313 247 164 0 22 53 24 43 56 77
Binary 11001011 10100111 1110100 0 10010 101011 10100 100011 101110 111111

Color Harmonies of #CBA774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA774

Black with #CBA774

Text Example


Text Example

White with #CBA774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA774; }

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

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

background-color css

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

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

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

border-color css

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

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

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