Html Css Color HEX #CBA474 Putty

📋 copy color: '#CBA474'

red 203 ◦ green 164 ◦ blue 116

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

Shades of Putty #CBA474

Tints of Putty #CBA474

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.95%

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

R = 42.03%
G = 33.95%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBA474 (or 0xCBA474) is known color: Putty. HEX triplet: CB, A4 and 74. RGB value is (203,164,116). Sum of RGB (Red+Green+Blue) = 203+164+116=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA474 is #345B8B. Grayscale: #AAAAAA. Windows color (decimal): -3431308 or 7644363. OLE color: 7644363.

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

Color convert

RGB 203 164 116 -
CMYK 0 0.19 0.43 0.20
HSL 33.1º 0.46% 0.63% -
HSV(B) 33.1º 0.43% 0.8% -
XYZ 41.06 40.51 22.18 -
YUV 170.19 97.42 151.4 -
System Red Green Blue C M Y K H S L
Decimal 203 164 116 0 0.19 0.43 0.20 33.1 0.46 0.63
Hex CB A4 74 0 13 2B 14 21 2E 3F
Octal 313 244 164 0 23 53 24 41 56 77
Binary 11001011 10100100 1110100 0 10011 101011 10100 100001 101110 111111

Color Harmonies of #CBA474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA474

Black with #CBA474

Text Example


Text Example

White with #CBA474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA474; }

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

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

background-color css

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

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

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

border-color css

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

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

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