Html Css Color HEX #CCAC7B Putty

📋 copy color: '#CCAC7B'

red 204 ◦ green 172 ◦ blue 123

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

Shades of Putty #CCAC7B

Tints of Putty #CCAC7B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.47%

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

R = 40.88%
G = 34.47%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CCAC7B (or 0xCCAC7B) is known color: Putty. HEX triplet: CC, AC and 7B. RGB value is (204,172,123). Sum of RGB (Red+Green+Blue) = 204+172+123=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 123 (48.44% from 255 or 24.65% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC7B is #335384. Grayscale: #B0B0B0. Windows color (decimal): -3363717 or 8105164. OLE color: 8105164.

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

Color convert

RGB 204 172 123 -
CMYK 0 0.16 0.40 0.2
HSL 36.3º 0.44% 0.64% -
HSV(B) 36.3º 0.4% 0.8% -
XYZ 43.23 43.77 24.91 -
YUV 175.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 204 172 123 0 0.16 0.40 0.2 36.3 0.44 0.64
Hex CC AC 7B 0 10 28 14 24 2C 40
Octal 314 254 173 0 20 50 24 44 54 100
Binary 11001100 10101100 1111011 0 10000 101000 10100 100100 101100 1000000

Color Harmonies of #CCAC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAC7B

Black with #CCAC7B

Text Example


Text Example

White with #CCAC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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