Html Css Color HEX #CBA671 Putty

📋 copy color: '#CBA671'

red 203 ◦ green 166 ◦ blue 113

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

Shades of Putty #CBA671

Tints of Putty #CBA671

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.44%

 BLUE value IS 113 (44.53% from 255) = 23.44%

R = 42.12%
G = 34.44%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBA671 (or 0xCBA671) is known color: Putty. HEX triplet: CB, A6 and 71. RGB value is (203,166,113). Sum of RGB (Red+Green+Blue) = 203+166+113=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA671 is #34598E. Grayscale: #ABABAB. Windows color (decimal): -3430799 or 7448267. OLE color: 7448267.

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

Color convert

RGB 203 166 113 -
CMYK 0 0.18 0.44 0.20
HSL 35.33º 0.46% 0.62% -
HSV(B) 35.33º 0.44% 0.8% -
XYZ 41.25 41.16 21.39 -
YUV 171.02 95.26 150.81 -
System Red Green Blue C M Y K H S L
Decimal 203 166 113 0 0.18 0.44 0.20 35.33 0.46 0.62
Hex CB A6 71 0 12 2C 14 23 2E 3E
Octal 313 246 161 0 22 54 24 43 56 76
Binary 11001011 10100110 1110001 0 10010 101100 10100 100011 101110 111110

Color Harmonies of #CBA671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA671

Black with #CBA671

Text Example


Text Example

White with #CBA671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA671; }

 p { color: rgb(203,166,113); }

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

background-color css

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

 a { background-color: rgb(203,166,113); }

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

border-color css

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

 span { border-color: rgb(203,166,113); }

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