Html Css Color HEX #CC9859 Twine

📋 copy color: '#CC9859'

red 204 ◦ green 152 ◦ blue 89

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

Shades of Twine #CC9859

Tints of Twine #CC9859

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.16%

 BLUE value IS 89 (35.16% from 255) = 20%

R = 45.84%
G = 34.16%
B = 20%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC9859 (or 0xCC9859) is known color: Twine. HEX triplet: CC, 98 and 59. RGB value is (204,152,89). Sum of RGB (Red+Green+Blue) = 204+152+89=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9859 is #3367A6. Grayscale: #A0A0A0. Windows color (decimal): -3368871 or 5871820. OLE color: 5871820.

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

Color convert

RGB 204 152 89 -
CMYK 0 0.25 0.56 0.2
HSL 32.87º 0.53% 0.57% -
HSV(B) 32.87º 0.56% 0.8% -
XYZ 37.93 36.02 14.4 -
YUV 160.37 87.73 159.12 -
System Red Green Blue C M Y K H S L
Decimal 204 152 89 0 0.25 0.56 0.2 32.87 0.53 0.57
Hex CC 98 59 0 19 38 14 21 35 39
Octal 314 230 131 0 31 70 24 41 65 71
Binary 11001100 10011000 1011001 0 11001 111000 10100 100001 110101 111001

Color Harmonies of #CC9859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9859

Black with #CC9859

Text Example


Text Example

White with #CC9859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9859; }

 p { color: rgb(204,152,89); }

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

background-color css

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

 a { background-color: rgb(204,152,89); }

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

border-color css

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

 span { border-color: rgb(204,152,89); }

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