Html Css Color HEX #CD914D Twine

📋 copy color: '#CD914D'

red 205 ◦ green 145 ◦ blue 77

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

Shades of Twine #CD914D

Tints of Twine #CD914D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.96%

 BLUE value IS 77 (30.47% from 255) = 18.03%

R = 48.01%
G = 33.96%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CD914D (or 0xCD914D) is known color: Twine. HEX triplet: CD, 91 and 4D. RGB value is (205,145,77). Sum of RGB (Red+Green+Blue) = 205+145+77=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD914D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD914D is #326EB2. Grayscale: #9B9B9B. Windows color (decimal): -3305139 or 5083597. OLE color: 5083597.

HSL color Cylindrical-coordinate representation of color #CD914D: hue angle of 31.88º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD914D is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 145 77 -
CMYK 0 0.29 0.62 0.20
HSL 31.88º 0.56% 0.55% -
HSV(B) 31.88º 0.62% 0.8% -
XYZ 36.64 33.77 11.61 -
YUV 155.19 83.88 163.53 -
System Red Green Blue C M Y K H S L
Decimal 205 145 77 0 0.29 0.62 0.20 31.88 0.56 0.55
Hex CD 91 4D 0 1D 3E 14 20 38 37
Octal 315 221 115 0 35 76 24 40 70 67
Binary 11001101 10010001 1001101 0 11101 111110 10100 100000 111000 110111

Color Harmonies of #CD914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD914D

Black with #CD914D

Text Example


Text Example

White with #CD914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD914D; }

 p { color: rgb(205,145,77); }

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

background-color css

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

 a { background-color: rgb(205,145,77); }

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

border-color css

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

 span { border-color: rgb(205,145,77); }

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