Html Css Color HEX #CBAB6C Putty

📋 copy color: '#CBAB6C'

red 203 ◦ green 171 ◦ blue 108

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

Shades of Putty #CBAB6C

Tints of Putty #CBAB6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.41%

R = 42.12%
G = 35.48%
B = 22.41%

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

#CBAB6C (or 0xCBAB6C) is known color: Putty. HEX triplet: CB, AB and 6C. RGB value is (203,171,108). Sum of RGB (Red+Green+Blue) = 203+171+108=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAB6C is #345493. Grayscale: #ADADAD. Windows color (decimal): -3429524 or 7121867. OLE color: 7121867.

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

Color convert

RGB 203 171 108 -
CMYK 0 0.16 0.47 0.20
HSL 39.79º 0.48% 0.61% -
HSV(B) 39.79º 0.47% 0.8% -
XYZ 41.9 42.91 20.26 -
YUV 173.39 91.1 149.12 -
System Red Green Blue C M Y K H S L
Decimal 203 171 108 0 0.16 0.47 0.20 39.79 0.48 0.61
Hex CB AB 6C 0 10 2F 14 28 30 3D
Octal 313 253 154 0 20 57 24 50 60 75
Binary 11001011 10101011 1101100 0 10000 101111 10100 101000 110000 111101

Color Harmonies of #CBAB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAB6C

Black with #CBAB6C

Text Example


Text Example

White with #CBAB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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