Html Css Color HEX #CC9050 Twine

📋 copy color: '#CC9050'

red 204 ◦ green 144 ◦ blue 80

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

Shades of Twine #CC9050

Tints of Twine #CC9050

RGB

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

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

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

R = 47.66%
G = 33.64%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC9050 (or 0xCC9050) is known color: Twine. HEX triplet: CC, 90 and 50. RGB value is (204,144,80). Sum of RGB (Red+Green+Blue) = 204+144+80=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9050 is #336FAF. Grayscale: #9A9A9A. Windows color (decimal): -3370928 or 5279948. OLE color: 5279948.

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

Color convert

RGB 204 144 80 -
CMYK 0 0.29 0.61 0.2
HSL 30.97º 0.55% 0.56% -
HSV(B) 30.97º 0.61% 0.8% -
XYZ 36.32 33.36 12.11 -
YUV 154.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 204 144 80 0 0.29 0.61 0.2 30.97 0.55 0.56
Hex CC 90 50 0 1D 3D 14 1F 37 38
Octal 314 220 120 0 35 75 24 37 67 70
Binary 11001100 10010000 1010000 0 11101 111101 10100 11111 110111 111000

Color Harmonies of #CC9050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9050

Black with #CC9050

Text Example


Text Example

White with #CC9050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9050; }

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

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

background-color css

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

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

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

border-color css

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

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

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