Html Css Color HEX #CBAB7C Putty

📋 copy color: '#CBAB7C'

red 203 ◦ green 171 ◦ blue 124

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

Shades of Putty #CBAB7C

Tints of Putty #CBAB7C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.34%

 BLUE value IS 124 (48.83% from 255) = 24.9%

R = 40.76%
G = 34.34%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CBAB7C (or 0xCBAB7C) is known color: Putty. HEX triplet: CB, AB and 7C. RGB value is (203,171,124). Sum of RGB (Red+Green+Blue) = 203+171+124=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB7C is #345483. Grayscale: #AFAFAF. Windows color (decimal): -3429508 or 8170443. OLE color: 8170443.

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

Color convert

RGB 203 171 124 -
CMYK 0 0.16 0.39 0.20
HSL 35.7º 0.43% 0.64% -
HSV(B) 35.7º 0.39% 0.8% -
XYZ 42.83 43.28 25.16 -
YUV 175.21 99.1 147.82 -
System Red Green Blue C M Y K H S L
Decimal 203 171 124 0 0.16 0.39 0.20 35.7 0.43 0.64
Hex CB AB 7C 0 10 27 14 24 2B 40
Octal 313 253 174 0 20 47 24 44 53 100
Binary 11001011 10101011 1111100 0 10000 100111 10100 100100 101011 1000000

Color Harmonies of #CBAB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB7C

Black with #CBAB7C

Text Example


Text Example

White with #CBAB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB7C; }

 p { color: rgb(203,171,124); }

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

background-color css

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

 a { background-color: rgb(203,171,124); }

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

border-color css

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

 span { border-color: rgb(203,171,124); }

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