Html Css Color HEX #CF5E7B Cranberry

📋 copy color: '#CF5E7B'

red 207 ◦ green 94 ◦ blue 123

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

Shades of Cranberry #CF5E7B

Tints of Cranberry #CF5E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.01%

R = 48.82%
G = 22.17%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF5E7B (or 0xCF5E7B) is known color: Cranberry. HEX triplet: CF, 5E and 7B. RGB value is (207,94,123). Sum of RGB (Red+Green+Blue) = 207+94+123=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E7B is #30A184. Grayscale: #838383. Windows color (decimal): -3187077 or 8085199. OLE color: 8085199.

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

Color convert

RGB 207 94 123 -
CMYK 0 0.55 0.41 0.19
HSL 344.6º 0.54% 0.59% -
HSV(B) 344.6º 0.55% 0.81% -
XYZ 33.31 22.7 21.36 -
YUV 131.09 123.44 182.14 -
System Red Green Blue C M Y K H S L
Decimal 207 94 123 0 0.55 0.41 0.19 344.6 0.54 0.59
Hex CF 5E 7B 0 37 29 13 159 36 3B
Octal 317 136 173 0 67 51 23 531 66 73
Binary 11001111 1011110 1111011 0 110111 101001 10011 101011001 110110 111011

Color Harmonies of #CF5E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E7B

Black with #CF5E7B

Text Example


Text Example

White with #CF5E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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