Html Css Color HEX #CBAB7B Putty

📋 copy color: '#CBAB7B'

red 203 ◦ green 171 ◦ blue 123

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

Shades of Putty #CBAB7B

Tints of Putty #CBAB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.75%

R = 40.85%
G = 34.41%
B = 24.75%

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

#CBAB7B (or 0xCBAB7B) is known color: Putty. HEX triplet: CB, AB and 7B. RGB value is (203,171,123). Sum of RGB (Red+Green+Blue) = 203+171+123=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB7B is #345484. Grayscale: #AFAFAF. Windows color (decimal): -3429509 or 8104907. OLE color: 8104907.

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

Color convert

RGB 203 171 123 -
CMYK 0 0.16 0.39 0.20
HSL 36º 0.43% 0.64% -
HSV(B) 36º 0.39% 0.8% -
XYZ 42.77 43.25 24.83 -
YUV 175.1 98.6 147.9 -
System Red Green Blue C M Y K H S L
Decimal 203 171 123 0 0.16 0.39 0.20 36 0.43 0.64
Hex CB AB 7B 0 10 27 14 24 2B 40
Octal 313 253 173 0 20 47 24 44 53 100
Binary 11001011 10101011 1111011 0 10000 100111 10100 100100 101011 1000000

Color Harmonies of #CBAB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB7B

Black with #CBAB7B

Text Example


Text Example

White with #CBAB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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