Html Css Color HEX #C7567E Cranberry

📋 copy color: '#C7567E'

red 199 ◦ green 86 ◦ blue 126

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

Shades of Cranberry #C7567E

Tints of Cranberry #C7567E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.92%

 BLUE value IS 126 (49.61% from 255) = 30.66%

R = 48.42%
G = 20.92%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C7567E (or 0xC7567E) is known color: Cranberry. HEX triplet: C7, 56 and 7E. RGB value is (199,86,126). Sum of RGB (Red+Green+Blue) = 199+86+126=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7567E is #38A981. Grayscale: #7C7C7C. Windows color (decimal): -3713410 or 8279751. OLE color: 8279751.

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

Color convert

RGB 199 86 126 -
CMYK 0 0.57 0.37 0.22
HSL 338.76º 0.5% 0.56% -
HSV(B) 338.76º 0.57% 0.78% -
XYZ 30.65 20.3 22.04 -
YUV 124.35 128.94 181.25 -
System Red Green Blue C M Y K H S L
Decimal 199 86 126 0 0.57 0.37 0.22 338.76 0.5 0.56
Hex C7 56 7E 0 39 25 16 153 32 38
Octal 307 126 176 0 71 45 26 523 62 70
Binary 11000111 1010110 1111110 0 111001 100101 10110 101010011 110010 111000

Color Harmonies of #C7567E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7567E

Black with #C7567E

Text Example


Text Example

White with #C7567E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7567E; }

 p { color: rgb(199,86,126); }

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

background-color css

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

 a { background-color: rgb(199,86,126); }

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

border-color css

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

 span { border-color: rgb(199,86,126); }

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