Html Css Color HEX #CF567E Cranberry

📋 copy color: '#CF567E'

red 207 ◦ green 86 ◦ blue 126

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

Shades of Cranberry #CF567E

Tints of Cranberry #CF567E

RGB

 RED value IS 207 (81.25% from 255) = 49.4%

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

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

R = 49.4%
G = 20.53%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF567E (or 0xCF567E) is known color: Cranberry. HEX triplet: CF, 56 and 7E. RGB value is (207,86,126). Sum of RGB (Red+Green+Blue) = 207+86+126=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF567E is #30A981. Grayscale: #7E7E7E. Windows color (decimal): -3189122 or 8279759. OLE color: 8279759.

HSL color Cylindrical-coordinate representation of color #CF567E: hue angle of 340.17º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF567E is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 86 126 -
CMYK 0 0.58 0.39 0.19
HSL 340.17º 0.56% 0.57% -
HSV(B) 340.17º 0.58% 0.81% -
XYZ 32.83 21.43 22.14 -
YUV 126.74 127.59 185.25 -
System Red Green Blue C M Y K H S L
Decimal 207 86 126 0 0.58 0.39 0.19 340.17 0.56 0.57
Hex CF 56 7E 0 3A 27 13 154 38 39
Octal 317 126 176 0 72 47 23 524 70 71
Binary 11001111 1010110 1111110 0 111010 100111 10011 101010100 111000 111001

Color Harmonies of #CF567E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF567E

Black with #CF567E

Text Example


Text Example

White with #CF567E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF567E; }

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

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

background-color css

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

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

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

border-color css

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

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

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