Html Css Color HEX #CC8F53 Twine

📋 copy color: '#CC8F53'

red 204 ◦ green 143 ◦ blue 83

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

Shades of Twine #CC8F53

Tints of Twine #CC8F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.3%

R = 47.44%
G = 33.26%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC8F53 (or 0xCC8F53) is known color: Twine. HEX triplet: CC, 8F and 53. RGB value is (204,143,83). Sum of RGB (Red+Green+Blue) = 204+143+83=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F53 is #3370AC. Grayscale: #9A9A9A. Windows color (decimal): -3371181 or 5476300. OLE color: 5476300.

HSL color Cylindrical-coordinate representation of color #CC8F53: hue angle of 29.75º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC8F53 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 143 83 -
CMYK 0 0.30 0.59 0.2
HSL 29.75º 0.54% 0.56% -
HSV(B) 29.75º 0.59% 0.8% -
XYZ 36.29 33.11 12.66 -
YUV 154.4 87.71 163.38 -
System Red Green Blue C M Y K H S L
Decimal 204 143 83 0 0.30 0.59 0.2 29.75 0.54 0.56
Hex CC 8F 53 0 1E 3B 14 1E 36 38
Octal 314 217 123 0 36 73 24 36 66 70
Binary 11001100 10001111 1010011 0 11110 111011 10100 11110 110110 111000

Color Harmonies of #CC8F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8F53

Black with #CC8F53

Text Example


Text Example

White with #CC8F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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