Html Css Color HEX #CBA669 Putty

📋 copy color: '#CBA669'

red 203 ◦ green 166 ◦ blue 105

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

Shades of Putty #CBA669

Tints of Putty #CBA669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.15%

R = 42.83%
G = 35.02%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CBA669 (or 0xCBA669) is known color: Putty. HEX triplet: CB, A6 and 69. RGB value is (203,166,105). Sum of RGB (Red+Green+Blue) = 203+166+105=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA669 is #345996. Grayscale: #AAAAAA. Windows color (decimal): -3430807 or 6923979. OLE color: 6923979.

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

Color convert

RGB 203 166 105 -
CMYK 0 0.18 0.48 0.20
HSL 37.35º 0.49% 0.6% -
HSV(B) 37.35º 0.48% 0.8% -
XYZ 40.81 40.99 19.13 -
YUV 170.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 203 166 105 0 0.18 0.48 0.20 37.35 0.49 0.6
Hex CB A6 69 0 12 30 14 25 31 3C
Octal 313 246 151 0 22 60 24 45 61 74
Binary 11001011 10100110 1101001 0 10010 110000 10100 100101 110001 111100

Color Harmonies of #CBA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA669

Black with #CBA669

Text Example


Text Example

White with #CBA669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA669; }

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

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

background-color css

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

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

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

border-color css

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

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

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