Html Css Color HEX #CBA370 Putty

📋 copy color: '#CBA370'

red 203 ◦ green 163 ◦ blue 112

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

Shades of Putty #CBA370

Tints of Putty #CBA370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.1%

 BLUE value IS 112 (44.14% from 255) = 23.43%

R = 42.47%
G = 34.1%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CBA370 (or 0xCBA370) is known color: Putty. HEX triplet: CB, A3 and 70. RGB value is (203,163,112). Sum of RGB (Red+Green+Blue) = 203+163+112=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA370 is #345C8F. Grayscale: #A9A9A9. Windows color (decimal): -3431568 or 7381963. OLE color: 7381963.

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

Color convert

RGB 203 163 112 -
CMYK 0 0.20 0.45 0.20
HSL 33.63º 0.47% 0.62% -
HSV(B) 33.63º 0.45% 0.8% -
XYZ 40.65 40.06 20.92 -
YUV 169.15 95.75 152.15 -
System Red Green Blue C M Y K H S L
Decimal 203 163 112 0 0.20 0.45 0.20 33.63 0.47 0.62
Hex CB A3 70 0 14 2D 14 22 2F 3E
Octal 313 243 160 0 24 55 24 42 57 76
Binary 11001011 10100011 1110000 0 10100 101101 10100 100010 101111 111110

Color Harmonies of #CBA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA370

Black with #CBA370

Text Example


Text Example

White with #CBA370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA370; }

 p { color: rgb(203,163,112); }

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

background-color css

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

 a { background-color: rgb(203,163,112); }

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

border-color css

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

 span { border-color: rgb(203,163,112); }

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