Html Css Color HEX #CC9350 Twine

📋 copy color: '#CC9350'

red 204 ◦ green 147 ◦ blue 80

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

Shades of Twine #CC9350

Tints of Twine #CC9350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.56%

R = 47.33%
G = 34.11%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC9350 (or 0xCC9350) is known color: Twine. HEX triplet: CC, 93 and 50. RGB value is (204,147,80). Sum of RGB (Red+Green+Blue) = 204+147+80=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 80 (31.64% from 255 or 18.56% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9350 is #336CAF. Grayscale: #9C9C9C. Windows color (decimal): -3370160 or 5280716. OLE color: 5280716.

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

Color convert

RGB 204 147 80 -
CMYK 0 0.28 0.61 0.2
HSL 32.42º 0.55% 0.56% -
HSV(B) 32.42º 0.61% 0.8% -
XYZ 36.78 34.28 12.27 -
YUV 156.41 84.88 161.95 -
System Red Green Blue C M Y K H S L
Decimal 204 147 80 0 0.28 0.61 0.2 32.42 0.55 0.56
Hex CC 93 50 0 1C 3D 14 20 37 38
Octal 314 223 120 0 34 75 24 40 67 70
Binary 11001100 10010011 1010000 0 11100 111101 10100 100000 110111 111000

Color Harmonies of #CC9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9350

Black with #CC9350

Text Example


Text Example

White with #CC9350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9350; }

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

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

background-color css

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

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

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

border-color css

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

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

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