Html Css Color HEX #CC9450 Twine

📋 copy color: '#CC9450'

red 204 ◦ green 148 ◦ blue 80

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

Shades of Twine #CC9450

Tints of Twine #CC9450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.26%

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

R = 47.22%
G = 34.26%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC9450 (or 0xCC9450) is known color: Twine. HEX triplet: CC, 94 and 50. RGB value is (204,148,80). Sum of RGB (Red+Green+Blue) = 204+148+80=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9450 is #336BAF. Grayscale: #9D9D9D. Windows color (decimal): -3369904 or 5280972. OLE color: 5280972.

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

Color convert

RGB 204 148 80 -
CMYK 0 0.27 0.61 0.2
HSL 32.9º 0.55% 0.56% -
HSV(B) 32.9º 0.61% 0.8% -
XYZ 36.94 34.6 12.32 -
YUV 156.99 84.55 161.53 -
System Red Green Blue C M Y K H S L
Decimal 204 148 80 0 0.27 0.61 0.2 32.9 0.55 0.56
Hex CC 94 50 0 1B 3D 14 21 37 38
Octal 314 224 120 0 33 75 24 41 67 70
Binary 11001100 10010100 1010000 0 11011 111101 10100 100001 110111 111000

Color Harmonies of #CC9450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9450

Black with #CC9450

Text Example


Text Example

White with #CC9450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9450; }

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

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

background-color css

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

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

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

border-color css

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

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

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