Html Css Color HEX #CC9356 Twine

📋 copy color: '#CC9356'

red 204 ◦ green 147 ◦ blue 86

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

Shades of Twine #CC9356

Tints of Twine #CC9356

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.64%

 BLUE value IS 86 (33.98% from 255) = 19.68%

R = 46.68%
G = 33.64%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC9356 (or 0xCC9356) is known color: Twine. HEX triplet: CC, 93 and 56. RGB value is (204,147,86). Sum of RGB (Red+Green+Blue) = 204+147+86=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9356 is #336CA9. Grayscale: #9D9D9D. Windows color (decimal): -3370154 or 5673932. OLE color: 5673932.

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

Color convert

RGB 204 147 86 -
CMYK 0 0.28 0.58 0.2
HSL 31.02º 0.54% 0.57% -
HSV(B) 31.02º 0.58% 0.8% -
XYZ 37.02 34.38 13.49 -
YUV 157.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 204 147 86 0 0.28 0.58 0.2 31.02 0.54 0.57
Hex CC 93 56 0 1C 3A 14 1F 36 39
Octal 314 223 126 0 34 72 24 37 66 71
Binary 11001100 10010011 1010110 0 11100 111010 10100 11111 110110 111001

Color Harmonies of #CC9356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9356

Black with #CC9356

Text Example


Text Example

White with #CC9356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9356; }

 p { color: rgb(204,147,86); }

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

background-color css

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

 a { background-color: rgb(204,147,86); }

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

border-color css

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

 span { border-color: rgb(204,147,86); }

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