Html Css Color HEX #CCAD7B Putty

📋 copy color: '#CCAD7B'

red 204 ◦ green 173 ◦ blue 123

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

Shades of Putty #CCAD7B

Tints of Putty #CCAD7B

RGB

 RED value IS 204 (80.08% from 255) = 40.8%

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

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

R = 40.8%
G = 34.6%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CCAD7B (or 0xCCAD7B) is known color: Putty. HEX triplet: CC, AD and 7B. RGB value is (204,173,123). Sum of RGB (Red+Green+Blue) = 204+173+123=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD7B is #335284. Grayscale: #B0B0B0. Windows color (decimal): -3363461 or 8105420. OLE color: 8105420.

HSL color Cylindrical-coordinate representation of color #CCAD7B: hue angle of 37.04º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCAD7B is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 173 123 -
CMYK 0 0.15 0.40 0.2
HSL 37.04º 0.44% 0.64% -
HSV(B) 37.04º 0.4% 0.8% -
XYZ 43.42 44.15 24.97 -
YUV 176.57 97.77 147.57 -
System Red Green Blue C M Y K H S L
Decimal 204 173 123 0 0.15 0.40 0.2 37.04 0.44 0.64
Hex CC AD 7B 0 F 28 14 25 2C 40
Octal 314 255 173 0 17 50 24 45 54 100
Binary 11001100 10101101 1111011 0 1111 101000 10100 100101 101100 1000000

Color Harmonies of #CCAD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD7B

Black with #CCAD7B

Text Example


Text Example

White with #CCAD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD7B; }

 p { color: rgb(204,173,123); }

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

background-color css

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

 a { background-color: rgb(204,173,123); }

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

border-color css

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

 span { border-color: rgb(204,173,123); }

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