Html Css Color HEX #CD483C Grenadier

📋 copy color: '#CD483C'

red 205 ◦ green 72 ◦ blue 60

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

Shades of Grenadier #CD483C

Tints of Grenadier #CD483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.36%

 BLUE value IS 60 (23.83% from 255) = 17.8%

R = 60.83%
G = 21.36%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD483C (or 0xCD483C) is known color: Grenadier. HEX triplet: CD, 48 and 3C. RGB value is (205,72,60). Sum of RGB (Red+Green+Blue) = 205+72+60=337 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.83% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 205 - color contains mainly: red. Hex color #CD483C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD483C is #32B7C3. Grayscale: #6E6E6E. Windows color (decimal): -3323844 or 3950797. OLE color: 3950797.

HSL color Cylindrical-coordinate representation of color #CD483C: hue angle of 4.97º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD483C is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 72 60 -
CMYK 0 0.65 0.71 0.20
HSL 4.97º 0.59% 0.52% -
HSV(B) 4.97º 0.71% 0.8% -
XYZ 28.31 17.94 6.25 -
YUV 110.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 205 72 60 0 0.65 0.71 0.20 4.97 0.59 0.52
Hex CD 48 3C 0 41 47 14 5 3B 34
Octal 315 110 74 0 101 107 24 5 73 64
Binary 11001101 1001000 111100 0 1000001 1000111 10100 101 111011 110100

Color Harmonies of #CD483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD483C

Black with #CD483C

Text Example


Text Example

White with #CD483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD483C; }

 p { color: rgb(205,72,60); }

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

background-color css

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

 a { background-color: rgb(205,72,60); }

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

border-color css

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

 span { border-color: rgb(205,72,60); }

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