Html Css Color HEX #CBA56D Putty

📋 copy color: '#CBA56D'

red 203 ◦ green 165 ◦ blue 109

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

Shades of Putty #CBA56D

Tints of Putty #CBA56D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.85%

R = 42.56%
G = 34.59%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CBA56D (or 0xCBA56D) is known color: Putty. HEX triplet: CB, A5 and 6D. RGB value is (203,165,109). Sum of RGB (Red+Green+Blue) = 203+165+109=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA56D is #345A92. Grayscale: #AAAAAA. Windows color (decimal): -3431059 or 7185867. OLE color: 7185867.

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

Color convert

RGB 203 165 109 -
CMYK 0 0.19 0.46 0.20
HSL 35.74º 0.47% 0.61% -
HSV(B) 35.74º 0.46% 0.8% -
XYZ 40.84 40.71 20.17 -
YUV 169.98 93.59 151.55 -
System Red Green Blue C M Y K H S L
Decimal 203 165 109 0 0.19 0.46 0.20 35.74 0.47 0.61
Hex CB A5 6D 0 13 2E 14 24 2F 3D
Octal 313 245 155 0 23 56 24 44 57 75
Binary 11001011 10100101 1101101 0 10011 101110 10100 100100 101111 111101

Color Harmonies of #CBA56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA56D

Black with #CBA56D

Text Example


Text Example

White with #CBA56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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