#CC995A

Color #CC995A Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #CC995A

Tints of Twine #CC995A

Color information

#CC995A (or 0xCC995A) is unknown color: approx Twine. HEX triplet: CC, 99 and 5A. RGB value is (204,153,90). Sum of RGB (Red+Green+Blue) = 204+153+90=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC995A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC995A is #3366A5. Grayscale: #A1A1A1. Windows color (decimal): -3368614 or 5937612. OLE color: 5937612.

HSL color Cylindrical-coordinate representation of color #CC995A: hue angle of 33.16º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC995A is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB20415390-
CMYK00.250.560.2
HSL33.16º52.78%57.65%-
HSV(B)33.16º55.88%80%-
XYZ38.1436.3614.68-
YUV161.0787.9158.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 153 (60.16% from 255) = 34.23%
BLUE value IS 90 (35.55% from 255) = 20.13%
R=45.64%
G=34.23%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041539000.250.560.233.1652.7857.65
HexCC995A019381421353a
Octal3142311320317024416572
Binary1100110010011001101101001100111100010100100001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC995A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC995A; }

 p { color: rgb(204,153,90); }

 H1.HeaderClassName
 {
   color: #CC995A;
 }
 .AnyTagClassName
 {
   color: #CC995A;
 }
</style>
background-color css

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

 a { background-color: rgb(204,153,90); }

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

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

 span { border-color: rgb(204,153,90); }

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