Html Css Color HEX #CD8F50 Twine

📋 copy color: '#CD8F50'

red 205 ◦ green 143 ◦ blue 80

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

Shades of Twine #CD8F50

Tints of Twine #CD8F50

RGB

 RED value IS 205 (80.47% from 255) = 47.9%

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

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

R = 47.9%
G = 33.41%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CD8F50 (or 0xCD8F50) is known color: Twine. HEX triplet: CD, 8F and 50. RGB value is (205,143,80). Sum of RGB (Red+Green+Blue) = 205+143+80=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8F50 is #3270AF. Grayscale: #9A9A9A. Windows color (decimal): -3305648 or 5279693. OLE color: 5279693.

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

Color convert

RGB 205 143 80 -
CMYK 0 0.30 0.61 0.20
HSL 30.24º 0.56% 0.56% -
HSV(B) 30.24º 0.61% 0.8% -
XYZ 36.45 33.2 12.08 -
YUV 154.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 205 143 80 0 0.30 0.61 0.20 30.24 0.56 0.56
Hex CD 8F 50 0 1E 3D 14 1E 38 38
Octal 315 217 120 0 36 75 24 36 70 70
Binary 11001101 10001111 1010000 0 11110 111101 10100 11110 111000 111000

Color Harmonies of #CD8F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8F50

Black with #CD8F50

Text Example


Text Example

White with #CD8F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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