Html Css Color HEX #CC9650 Twine

📋 copy color: '#CC9650'

red 204 ◦ green 150 ◦ blue 80

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

Shades of Twine #CC9650

Tints of Twine #CC9650

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.56%

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

R = 47%
G = 34.56%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC9650 (or 0xCC9650) is known color: Twine. HEX triplet: CC, 96 and 50. RGB value is (204,150,80). Sum of RGB (Red+Green+Blue) = 204+150+80=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9650 is #3369AF. Grayscale: #9E9E9E. Windows color (decimal): -3369392 or 5281484. OLE color: 5281484.

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

Color convert

RGB 204 150 80 -
CMYK 0 0.26 0.61 0.2
HSL 33.87º 0.55% 0.56% -
HSV(B) 33.87º 0.61% 0.8% -
XYZ 37.26 35.23 12.43 -
YUV 158.17 83.89 160.69 -
System Red Green Blue C M Y K H S L
Decimal 204 150 80 0 0.26 0.61 0.2 33.87 0.55 0.56
Hex CC 96 50 0 1A 3D 14 22 37 38
Octal 314 226 120 0 32 75 24 42 67 70
Binary 11001100 10010110 1010000 0 11010 111101 10100 100010 110111 111000

Color Harmonies of #CC9650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9650

Black with #CC9650

Text Example


Text Example

White with #CC9650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9650; }

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

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

background-color css

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

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

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

border-color css

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

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

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