Html Css Color HEX #CC8F50 Twine

📋 copy color: '#CC8F50'

red 204 ◦ green 143 ◦ blue 80

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

Shades of Twine #CC8F50

Tints of Twine #CC8F50

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.49%

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

R = 47.78%
G = 33.49%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC8F50 (or 0xCC8F50) is known color: Twine. HEX triplet: CC, 8F and 50. RGB value is (204,143,80). Sum of RGB (Red+Green+Blue) = 204+143+80=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F50 is #3370AF. Grayscale: #9A9A9A. Windows color (decimal): -3371184 or 5279692. OLE color: 5279692.

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

Color convert

RGB 204 143 80 -
CMYK 0 0.30 0.61 0.2
HSL 30.48º 0.55% 0.56% -
HSV(B) 30.48º 0.61% 0.8% -
XYZ 36.17 33.06 12.06 -
YUV 154.06 86.21 163.62 -
System Red Green Blue C M Y K H S L
Decimal 204 143 80 0 0.30 0.61 0.2 30.48 0.55 0.56
Hex CC 8F 50 0 1E 3D 14 1E 37 38
Octal 314 217 120 0 36 75 24 36 67 70
Binary 11001100 10001111 1010000 0 11110 111101 10100 11110 110111 111000

Color Harmonies of #CC8F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8F50

Black with #CC8F50

Text Example


Text Example

White with #CC8F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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