Html Css Color HEX #CBA473 Putty

📋 copy color: '#CBA473'

red 203 ◦ green 164 ◦ blue 115

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

Shades of Putty #CBA473

Tints of Putty #CBA473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.86%

R = 42.12%
G = 34.02%
B = 23.86%

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

#CBA473 (or 0xCBA473) is known color: Putty. HEX triplet: CB, A4 and 73. RGB value is (203,164,115). Sum of RGB (Red+Green+Blue) = 203+164+115=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 164 (64.45% from 255 or 34.02% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA473 is #345B8C. Grayscale: #AAAAAA. Windows color (decimal): -3431309 or 7578827. OLE color: 7578827.

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

Color convert

RGB 203 164 115 -
CMYK 0 0.19 0.43 0.20
HSL 33.41º 0.46% 0.62% -
HSV(B) 33.41º 0.43% 0.8% -
XYZ 41 40.49 21.87 -
YUV 170.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 203 164 115 0 0.19 0.43 0.20 33.41 0.46 0.62
Hex CB A4 73 0 13 2B 14 21 2E 3E
Octal 313 244 163 0 23 53 24 41 56 76
Binary 11001011 10100100 1110011 0 10011 101011 10100 100001 101110 111110

Color Harmonies of #CBA473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA473

Black with #CBA473

Text Example


Text Example

White with #CBA473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA473; }

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

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

background-color css

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

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

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

border-color css

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

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

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