Html Css Color HEX #CBA969 Putty

📋 copy color: '#CBA969'

red 203 ◦ green 169 ◦ blue 105

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

Shades of Putty #CBA969

Tints of Putty #CBA969

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.43%

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

R = 42.56%
G = 35.43%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CBA969 (or 0xCBA969) is known color: Putty. HEX triplet: CB, A9 and 69. RGB value is (203,169,105). Sum of RGB (Red+Green+Blue) = 203+169+105=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA969 is #345696. Grayscale: #ACACAC. Windows color (decimal): -3430039 or 6924747. OLE color: 6924747.

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

Color convert

RGB 203 169 105 -
CMYK 0 0.17 0.48 0.20
HSL 39.18º 0.49% 0.6% -
HSV(B) 39.18º 0.48% 0.8% -
XYZ 41.37 42.09 19.31 -
YUV 171.87 90.26 150.2 -
System Red Green Blue C M Y K H S L
Decimal 203 169 105 0 0.17 0.48 0.20 39.18 0.49 0.6
Hex CB A9 69 0 11 30 14 27 31 3C
Octal 313 251 151 0 21 60 24 47 61 74
Binary 11001011 10101001 1101001 0 10001 110000 10100 100111 110001 111100

Color Harmonies of #CBA969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA969

Black with #CBA969

Text Example


Text Example

White with #CBA969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA969; }

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

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

background-color css

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

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

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

border-color css

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

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

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