Html Css Color HEX #CBA670 Putty

📋 copy color: '#CBA670'

red 203 ◦ green 166 ◦ blue 112

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

Shades of Putty #CBA670

Tints of Putty #CBA670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 42.2%
G = 34.51%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CBA670 (or 0xCBA670) is known color: Putty. HEX triplet: CB, A6 and 70. RGB value is (203,166,112). Sum of RGB (Red+Green+Blue) = 203+166+112=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA670 is #34598F. Grayscale: #ABABAB. Windows color (decimal): -3430800 or 7382731. OLE color: 7382731.

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

Color convert

RGB 203 166 112 -
CMYK 0 0.18 0.45 0.20
HSL 35.6º 0.47% 0.62% -
HSV(B) 35.6º 0.45% 0.8% -
XYZ 41.19 41.14 21.1 -
YUV 170.91 94.76 150.89 -
System Red Green Blue C M Y K H S L
Decimal 203 166 112 0 0.18 0.45 0.20 35.6 0.47 0.62
Hex CB A6 70 0 12 2D 14 24 2F 3E
Octal 313 246 160 0 22 55 24 44 57 76
Binary 11001011 10100110 1110000 0 10010 101101 10100 100100 101111 111110

Color Harmonies of #CBA670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA670

Black with #CBA670

Text Example


Text Example

White with #CBA670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA670; }

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

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

background-color css

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

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

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

border-color css

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

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

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