Html Css Color HEX #CBAB6B Putty

📋 copy color: '#CBAB6B'

red 203 ◦ green 171 ◦ blue 107

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

Shades of Putty #CBAB6B

Tints of Putty #CBAB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.25%

R = 42.2%
G = 35.55%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CBAB6B (or 0xCBAB6B) is known color: Putty. HEX triplet: CB, AB and 6B. RGB value is (203,171,107). Sum of RGB (Red+Green+Blue) = 203+171+107=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB6B is #345494. Grayscale: #ADADAD. Windows color (decimal): -3429525 or 7056331. OLE color: 7056331.

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

Color convert

RGB 203 171 107 -
CMYK 0 0.16 0.47 0.20
HSL 40º 0.48% 0.61% -
HSV(B) 40º 0.47% 0.8% -
XYZ 41.85 42.88 19.98 -
YUV 173.27 90.6 149.2 -
System Red Green Blue C M Y K H S L
Decimal 203 171 107 0 0.16 0.47 0.20 40 0.48 0.61
Hex CB AB 6B 0 10 2F 14 28 30 3D
Octal 313 253 153 0 20 57 24 50 60 75
Binary 11001011 10101011 1101011 0 10000 101111 10100 101000 110000 111101

Color Harmonies of #CBAB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB6B

Black with #CBAB6B

Text Example


Text Example

White with #CBAB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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