Html Css Color HEX #C7547D Cranberry

📋 copy color: '#C7547D'

red 199 ◦ green 84 ◦ blue 125

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

Shades of Cranberry #C7547D

Tints of Cranberry #C7547D

RGB

 RED value IS 199 (78.13% from 255) = 48.77%

 GREEN value IS 84 (33.2% from 255) = 20.59%

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 48.77%
G = 20.59%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7547D (or 0xC7547D) is known color: Cranberry. HEX triplet: C7, 54 and 7D. RGB value is (199,84,125). Sum of RGB (Red+Green+Blue) = 199+84+125=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7547D is #38AB82. Grayscale: #7B7B7B. Windows color (decimal): -3713923 or 8213703. OLE color: 8213703.

HSL color Cylindrical-coordinate representation of color #C7547D: hue angle of 338.61º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7547D is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 84 125 -
CMYK 0 0.58 0.37 0.22
HSL 338.61º 0.51% 0.55% -
HSV(B) 338.61º 0.58% 0.78% -
XYZ 30.43 19.96 21.65 -
YUV 123.06 129.1 182.17 -
System Red Green Blue C M Y K H S L
Decimal 199 84 125 0 0.58 0.37 0.22 338.61 0.51 0.55
Hex C7 54 7D 0 3A 25 16 153 33 37
Octal 307 124 175 0 72 45 26 523 63 67
Binary 11000111 1010100 1111101 0 111010 100101 10110 101010011 110011 110111

Color Harmonies of #C7547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7547D

Black with #C7547D

Text Example


Text Example

White with #C7547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7547D; }

 p { color: rgb(199,84,125); }

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

background-color css

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

 a { background-color: rgb(199,84,125); }

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

border-color css

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

 span { border-color: rgb(199,84,125); }

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