Html Css Color HEX #CF5E7E Cranberry

📋 copy color: '#CF5E7E'

red 207 ◦ green 94 ◦ blue 126

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

Shades of Cranberry #CF5E7E

Tints of Cranberry #CF5E7E

RGB

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

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

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

R = 48.48%
G = 22.01%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF5E7E (or 0xCF5E7E) is known color: Cranberry. HEX triplet: CF, 5E and 7E. RGB value is (207,94,126). Sum of RGB (Red+Green+Blue) = 207+94+126=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E7E is #30A181. Grayscale: #838383. Windows color (decimal): -3187074 or 8281807. OLE color: 8281807.

HSL color Cylindrical-coordinate representation of color #CF5E7E: hue angle of 343.01º 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 #CF5E7E is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 94 126 -
CMYK 0 0.55 0.39 0.19
HSL 343.01º 0.54% 0.59% -
HSV(B) 343.01º 0.55% 0.81% -
XYZ 33.5 22.78 22.37 -
YUV 131.44 124.94 181.9 -
System Red Green Blue C M Y K H S L
Decimal 207 94 126 0 0.55 0.39 0.19 343.01 0.54 0.59
Hex CF 5E 7E 0 37 27 13 157 36 3B
Octal 317 136 176 0 67 47 23 527 66 73
Binary 11001111 1011110 1111110 0 110111 100111 10011 101010111 110110 111011

Color Harmonies of #CF5E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E7E

Black with #CF5E7E

Text Example


Text Example

White with #CF5E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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