Html Css Color HEX #CBA46E Putty

📋 copy color: '#CBA46E'

red 203 ◦ green 164 ◦ blue 110

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

Shades of Putty #CBA46E

Tints of Putty #CBA46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.38%

 BLUE value IS 110 (43.36% from 255) = 23.06%

R = 42.56%
G = 34.38%
B = 23.06%

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

#CBA46E (or 0xCBA46E) is known color: Putty. HEX triplet: CB, A4 and 6E. RGB value is (203,164,110). Sum of RGB (Red+Green+Blue) = 203+164+110=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 110 (43.36% from 255 or 23.06% from 477); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA46E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA46E is #345B91. Grayscale: #A9A9A9. Windows color (decimal): -3431314 or 7251147. OLE color: 7251147.

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

Color convert

RGB 203 164 110 -
CMYK 0 0.19 0.46 0.20
HSL 34.84º 0.47% 0.61% -
HSV(B) 34.84º 0.46% 0.8% -
XYZ 40.72 40.37 20.4 -
YUV 169.51 94.42 151.89 -
System Red Green Blue C M Y K H S L
Decimal 203 164 110 0 0.19 0.46 0.20 34.84 0.47 0.61
Hex CB A4 6E 0 13 2E 14 23 2F 3D
Octal 313 244 156 0 23 56 24 43 57 75
Binary 11001011 10100100 1101110 0 10011 101110 10100 100011 101111 111101

Color Harmonies of #CBA46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA46E

Black with #CBA46E

Text Example


Text Example

White with #CBA46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA46E; }

 p { color: rgb(203,164,110); }

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

background-color css

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

 a { background-color: rgb(203,164,110); }

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

border-color css

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

 span { border-color: rgb(203,164,110); }

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