Html Css Color HEX #CF5E7D Cranberry

📋 copy color: '#CF5E7D'

red 207 ◦ green 94 ◦ blue 125

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

Shades of Cranberry #CF5E7D

Tints of Cranberry #CF5E7D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.07%

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

R = 48.59%
G = 22.07%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF5E7D (or 0xCF5E7D) is known color: Cranberry. HEX triplet: CF, 5E and 7D. RGB value is (207,94,125). Sum of RGB (Red+Green+Blue) = 207+94+125=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E7D is #30A182. Grayscale: #838383. Windows color (decimal): -3187075 or 8216271. OLE color: 8216271.

HSL color Cylindrical-coordinate representation of color #CF5E7D: hue angle of 343.54º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF5E7D is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 94 125 -
CMYK 0 0.55 0.40 0.19
HSL 343.54º 0.54% 0.59% -
HSV(B) 343.54º 0.55% 0.81% -
XYZ 33.44 22.75 22.03 -
YUV 131.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 207 94 125 0 0.55 0.40 0.19 343.54 0.54 0.59
Hex CF 5E 7D 0 37 28 13 158 36 3B
Octal 317 136 175 0 67 50 23 530 66 73
Binary 11001111 1011110 1111101 0 110111 101000 10011 101011000 110110 111011

Color Harmonies of #CF5E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E7D

Black with #CF5E7D

Text Example


Text Example

White with #CF5E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E7D; }

 p { color: rgb(207,94,125); }

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

background-color css

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

 a { background-color: rgb(207,94,125); }

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

border-color css

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

 span { border-color: rgb(207,94,125); }

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