Html Css Color HEX #CC8F4F Twine

📋 copy color: '#CC8F4F'

red 204 ◦ green 143 ◦ blue 79

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

Shades of Twine #CC8F4F

Tints of Twine #CC8F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.54%

R = 47.89%
G = 33.57%
B = 18.54%

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

#CC8F4F (or 0xCC8F4F) is known color: Twine. HEX triplet: CC, 8F and 4F. RGB value is (204,143,79). Sum of RGB (Red+Green+Blue) = 204+143+79=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8F4F is #3370B0. Grayscale: #9A9A9A. Windows color (decimal): -3371185 or 5214156. OLE color: 5214156.

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

Color convert

RGB 204 143 79 -
CMYK 0 0.30 0.61 0.2
HSL 30.72º 0.55% 0.55% -
HSV(B) 30.72º 0.61% 0.8% -
XYZ 36.14 33.05 11.87 -
YUV 153.94 85.71 163.7 -
System Red Green Blue C M Y K H S L
Decimal 204 143 79 0 0.30 0.61 0.2 30.72 0.55 0.55
Hex CC 8F 4F 0 1E 3D 14 1F 37 37
Octal 314 217 117 0 36 75 24 37 67 67
Binary 11001100 10001111 1001111 0 11110 111101 10100 11111 110111 110111

Color Harmonies of #CC8F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8F4F

Black with #CC8F4F

Text Example


Text Example

White with #CC8F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8F4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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