Html Css Color HEX #CD443C Grenadier

📋 copy color: '#CD443C'

red 205 ◦ green 68 ◦ blue 60

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

Shades of Grenadier #CD443C

Tints of Grenadier #CD443C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.42%

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

R = 61.56%
G = 20.42%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CD443C (or 0xCD443C) is known color: Grenadier. HEX triplet: CD, 44 and 3C. RGB value is (205,68,60). Sum of RGB (Red+Green+Blue) = 205+68+60=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD443C is #32BBC3. Grayscale: #6C6C6C. Windows color (decimal): -3324868 or 3949773. OLE color: 3949773.

HSL color Cylindrical-coordinate representation of color #CD443C: hue angle of 3.31º 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 #CD443C is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 68 60 -
CMYK 0 0.67 0.71 0.20
HSL 3.31º 0.59% 0.52% -
HSV(B) 3.31º 0.71% 0.8% -
XYZ 28.06 17.44 6.16 -
YUV 108.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 205 68 60 0 0.67 0.71 0.20 3.31 0.59 0.52
Hex CD 44 3C 0 43 47 14 3 3B 34
Octal 315 104 74 0 103 107 24 3 73 64
Binary 11001101 1000100 111100 0 1000011 1000111 10100 11 111011 110100

Color Harmonies of #CD443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD443C

Black with #CD443C

Text Example


Text Example

White with #CD443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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