Html Css Color HEX #CBAC79 Putty

📋 copy color: '#CBAC79'

red 203 ◦ green 172 ◦ blue 121

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

Shades of Putty #CBAC79

Tints of Putty #CBAC79

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.68%

 BLUE value IS 121 (47.66% from 255) = 24.4%

R = 40.93%
G = 34.68%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CBAC79 (or 0xCBAC79) is known color: Putty. HEX triplet: CB, AC and 79. RGB value is (203,172,121). Sum of RGB (Red+Green+Blue) = 203+172+121=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAC79 is #345386. Grayscale: #AFAFAF. Windows color (decimal): -3429255 or 7974091. OLE color: 7974091.

HSL color Cylindrical-coordinate representation of color #CBAC79: hue angle of 37.32º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBAC79 is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 172 121 -
CMYK 0 0.15 0.40 0.20
HSL 37.32º 0.44% 0.64% -
HSV(B) 37.32º 0.4% 0.8% -
XYZ 42.83 43.58 24.24 -
YUV 175.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 203 172 121 0 0.15 0.40 0.20 37.32 0.44 0.64
Hex CB AC 79 0 F 28 14 25 2C 40
Octal 313 254 171 0 17 50 24 45 54 100
Binary 11001011 10101100 1111001 0 1111 101000 10100 100101 101100 1000000

Color Harmonies of #CBAC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAC79

Black with #CBAC79

Text Example


Text Example

White with #CBAC79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAC79; }

 p { color: rgb(203,172,121); }

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

background-color css

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

 a { background-color: rgb(203,172,121); }

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

border-color css

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

 span { border-color: rgb(203,172,121); }

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