Html Css Color HEX #C75C7F Cranberry

📋 copy color: '#C75C7F'

red 199 ◦ green 92 ◦ blue 127

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

Shades of Cranberry #C75C7F

Tints of Cranberry #C75C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.01%

 BLUE value IS 127 (50% from 255) = 30.38%

R = 47.61%
G = 22.01%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C75C7F (or 0xC75C7F) is known color: Cranberry. HEX triplet: C7, 5C and 7F. RGB value is (199,92,127). Sum of RGB (Red+Green+Blue) = 199+92+127=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75C7F is #38A380. Grayscale: #7F7F7F. Windows color (decimal): -3711873 or 8346823. OLE color: 8346823.

HSL color Cylindrical-coordinate representation of color #C75C7F: hue angle of 340.37º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C75C7F is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 92 127 -
CMYK 0 0.54 0.36 0.22
HSL 340.37º 0.49% 0.57% -
HSV(B) 340.37º 0.54% 0.78% -
XYZ 31.21 21.33 22.55 -
YUV 127.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 199 92 127 0 0.54 0.36 0.22 340.37 0.49 0.57
Hex C7 5C 7F 0 36 24 16 154 31 39
Octal 307 134 177 0 66 44 26 524 61 71
Binary 11000111 1011100 1111111 0 110110 100100 10110 101010100 110001 111001

Color Harmonies of #C75C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C7F

Black with #C75C7F

Text Example


Text Example

White with #C75C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C7F; }

 p { color: rgb(199,92,127); }

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

background-color css

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

 a { background-color: rgb(199,92,127); }

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

border-color css

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

 span { border-color: rgb(199,92,127); }

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