Html Css Color HEX #CBA569 Putty

📋 copy color: '#CBA569'

red 203 ◦ green 165 ◦ blue 105

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

Shades of Putty #CBA569

Tints of Putty #CBA569

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.88%

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

R = 42.92%
G = 34.88%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CBA569 (or 0xCBA569) is known color: Putty. HEX triplet: CB, A5 and 69. RGB value is (203,165,105). Sum of RGB (Red+Green+Blue) = 203+165+105=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA569 is #345A96. Grayscale: #A9A9A9. Windows color (decimal): -3431063 or 6923723. OLE color: 6923723.

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

Color convert

RGB 203 165 105 -
CMYK 0 0.19 0.48 0.20
HSL 36.73º 0.49% 0.6% -
HSV(B) 36.73º 0.48% 0.8% -
XYZ 40.63 40.63 19.06 -
YUV 169.52 91.59 151.88 -
System Red Green Blue C M Y K H S L
Decimal 203 165 105 0 0.19 0.48 0.20 36.73 0.49 0.6
Hex CB A5 69 0 13 30 14 25 31 3C
Octal 313 245 151 0 23 60 24 45 61 74
Binary 11001011 10100101 1101001 0 10011 110000 10100 100101 110001 111100

Color Harmonies of #CBA569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA569

Black with #CBA569

Text Example


Text Example

White with #CBA569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA569; }

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

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

background-color css

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

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

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

border-color css

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

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

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