Html Css Color HEX #C75C81 Cranberry

📋 copy color: '#C75C81'

red 199 ◦ green 92 ◦ blue 129

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

Shades of Cranberry #C75C81

Tints of Cranberry #C75C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.71%

R = 47.38%
G = 21.9%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C75C81 (or 0xC75C81) is known color: Cranberry. HEX triplet: C7, 5C and 81. RGB value is (199,92,129). Sum of RGB (Red+Green+Blue) = 199+92+129=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 129 (50.78% from 255 or 30.71% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75C81 is #38A37E. Grayscale: #808080. Windows color (decimal): -3711871 or 8477895. OLE color: 8477895.

HSL color Cylindrical-coordinate representation of color #C75C81: hue angle of 339.25º 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 #C75C81 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 92 129 -
CMYK 0 0.54 0.35 0.22
HSL 339.25º 0.49% 0.57% -
HSV(B) 339.25º 0.54% 0.78% -
XYZ 31.34 21.38 23.24 -
YUV 128.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 199 92 129 0 0.54 0.35 0.22 339.25 0.49 0.57
Hex C7 5C 81 0 36 23 16 153 31 39
Octal 307 134 201 0 66 43 26 523 61 71
Binary 11000111 1011100 10000001 0 110110 100011 10110 101010011 110001 111001

Color Harmonies of #C75C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C81

Black with #C75C81

Text Example


Text Example

White with #C75C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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