Html Css Color HEX #CBA674 Putty

📋 copy color: '#CBA674'

red 203 ◦ green 166 ◦ blue 116

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

Shades of Putty #CBA674

Tints of Putty #CBA674

RGB

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

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

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

R = 41.86%
G = 34.23%
B = 23.92%

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

#CBA674 (or 0xCBA674) is known color: Putty. HEX triplet: CB, A6 and 74. RGB value is (203,166,116). Sum of RGB (Red+Green+Blue) = 203+166+116=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 116 (45.70% from 255 or 23.92% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA674 is #34598B. Grayscale: #ABABAB. Windows color (decimal): -3430796 or 7644875. OLE color: 7644875.

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

Color convert

RGB 203 166 116 -
CMYK 0 0.18 0.43 0.20
HSL 34.48º 0.46% 0.63% -
HSV(B) 34.48º 0.43% 0.8% -
XYZ 41.42 41.23 22.3 -
YUV 171.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 203 166 116 0 0.18 0.43 0.20 34.48 0.46 0.63
Hex CB A6 74 0 12 2B 14 22 2E 3F
Octal 313 246 164 0 22 53 24 42 56 77
Binary 11001011 10100110 1110100 0 10010 101011 10100 100010 101110 111111

Color Harmonies of #CBA674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA674

Black with #CBA674

Text Example


Text Example

White with #CBA674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA674; }

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

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

background-color css

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

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

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

border-color css

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

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

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