Html Css Color HEX #CBA673 Putty

📋 copy color: '#CBA673'

red 203 ◦ green 166 ◦ blue 115

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

Shades of Putty #CBA673

Tints of Putty #CBA673

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.3%

 BLUE value IS 115 (45.31% from 255) = 23.76%

R = 41.94%
G = 34.3%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBA673 (or 0xCBA673) is known color: Putty. HEX triplet: CB, A6 and 73. RGB value is (203,166,115). Sum of RGB (Red+Green+Blue) = 203+166+115=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA673 is #34598C. Grayscale: #ABABAB. Windows color (decimal): -3430797 or 7579339. OLE color: 7579339.

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

Color convert

RGB 203 166 115 -
CMYK 0 0.18 0.43 0.20
HSL 34.77º 0.46% 0.62% -
HSV(B) 34.77º 0.43% 0.8% -
XYZ 41.36 41.21 21.99 -
YUV 171.25 96.26 150.65 -
System Red Green Blue C M Y K H S L
Decimal 203 166 115 0 0.18 0.43 0.20 34.77 0.46 0.62
Hex CB A6 73 0 12 2B 14 23 2E 3E
Octal 313 246 163 0 22 53 24 43 56 76
Binary 11001011 10100110 1110011 0 10010 101011 10100 100011 101110 111110

Color Harmonies of #CBA673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA673

Black with #CBA673

Text Example


Text Example

White with #CBA673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA673; }

 p { color: rgb(203,166,115); }

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

background-color css

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

 a { background-color: rgb(203,166,115); }

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

border-color css

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

 span { border-color: rgb(203,166,115); }

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