Html Css Color HEX #CBAD6C Putty

📋 copy color: '#CBAD6C'

red 203 ◦ green 173 ◦ blue 108

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

Shades of Putty #CBAD6C

Tints of Putty #CBAD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.74%

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

R = 41.94%
G = 35.74%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CBAD6C (or 0xCBAD6C) is known color: Putty. HEX triplet: CB, AD and 6C. RGB value is (203,173,108). Sum of RGB (Red+Green+Blue) = 203+173+108=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAD6C is #345293. Grayscale: #AEAEAE. Windows color (decimal): -3429012 or 7122379. OLE color: 7122379.

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

Color convert

RGB 203 173 108 -
CMYK 0 0.15 0.47 0.20
HSL 41.05º 0.48% 0.61% -
HSV(B) 41.05º 0.47% 0.8% -
XYZ 42.28 43.67 20.39 -
YUV 174.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 203 173 108 0 0.15 0.47 0.20 41.05 0.48 0.61
Hex CB AD 6C 0 F 2F 14 29 30 3D
Octal 313 255 154 0 17 57 24 51 60 75
Binary 11001011 10101101 1101100 0 1111 101111 10100 101001 110000 111101

Color Harmonies of #CBAD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAD6C

Black with #CBAD6C

Text Example


Text Example

White with #CBAD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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