Html Css Color HEX #CC904D Twine

📋 copy color: '#CC904D'

red 204 ◦ green 144 ◦ blue 77

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

Shades of Twine #CC904D

Tints of Twine #CC904D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.88%

 BLUE value IS 77 (30.47% from 255) = 18.12%

R = 48%
G = 33.88%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC904D (or 0xCC904D) is known color: Twine. HEX triplet: CC, 90 and 4D. RGB value is (204,144,77). Sum of RGB (Red+Green+Blue) = 204+144+77=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC904D is #336FB2. Grayscale: #9A9A9A. Windows color (decimal): -3370931 or 5083340. OLE color: 5083340.

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

Color convert

RGB 204 144 77 -
CMYK 0 0.29 0.62 0.2
HSL 31.65º 0.55% 0.55% -
HSV(B) 31.65º 0.62% 0.8% -
XYZ 36.21 33.32 11.54 -
YUV 154.3 84.38 163.45 -
System Red Green Blue C M Y K H S L
Decimal 204 144 77 0 0.29 0.62 0.2 31.65 0.55 0.55
Hex CC 90 4D 0 1D 3E 14 20 37 37
Octal 314 220 115 0 35 76 24 40 67 67
Binary 11001100 10010000 1001101 0 11101 111110 10100 100000 110111 110111

Color Harmonies of #CC904D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC904D

Black with #CC904D

Text Example


Text Example

White with #CC904D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC904D; }

 p { color: rgb(204,144,77); }

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

background-color css

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

 a { background-color: rgb(204,144,77); }

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

border-color css

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

 span { border-color: rgb(204,144,77); }

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