Html Css Color HEX #CC944E Twine

📋 copy color: '#CC944E'

red 204 ◦ green 148 ◦ blue 78

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

Shades of Twine #CC944E

Tints of Twine #CC944E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.14%

R = 47.44%
G = 34.42%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC944E (or 0xCC944E) is known color: Twine. HEX triplet: CC, 94 and 4E. RGB value is (204,148,78). Sum of RGB (Red+Green+Blue) = 204+148+78=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC944E is #336BB1. Grayscale: #9D9D9D. Windows color (decimal): -3369906 or 5149900. OLE color: 5149900.

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

Color convert

RGB 204 148 78 -
CMYK 0 0.27 0.62 0.2
HSL 33.33º 0.55% 0.55% -
HSV(B) 33.33º 0.62% 0.8% -
XYZ 36.87 34.57 11.94 -
YUV 156.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 204 148 78 0 0.27 0.62 0.2 33.33 0.55 0.55
Hex CC 94 4E 0 1B 3E 14 21 37 37
Octal 314 224 116 0 33 76 24 41 67 67
Binary 11001100 10010100 1001110 0 11011 111110 10100 100001 110111 110111

Color Harmonies of #CC944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC944E

Black with #CC944E

Text Example


Text Example

White with #CC944E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC944E; }

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

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

background-color css

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

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

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

border-color css

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

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

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