Html Css Color HEX #CF557B Cranberry

📋 copy color: '#CF557B'

red 207 ◦ green 85 ◦ blue 123

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

Shades of Cranberry #CF557B

Tints of Cranberry #CF557B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.48%

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

R = 49.88%
G = 20.48%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF557B (or 0xCF557B) is known color: Cranberry. HEX triplet: CF, 55 and 7B. RGB value is (207,85,123). Sum of RGB (Red+Green+Blue) = 207+85+123=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF557B is #30AA84. Grayscale: #7D7D7D. Windows color (decimal): -3189381 or 8082895. OLE color: 8082895.

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

Color convert

RGB 207 85 123 -
CMYK 0 0.59 0.41 0.19
HSL 341.31º 0.56% 0.57% -
HSV(B) 341.31º 0.59% 0.81% -
XYZ 32.56 21.19 21.11 -
YUV 125.81 126.42 185.91 -
System Red Green Blue C M Y K H S L
Decimal 207 85 123 0 0.59 0.41 0.19 341.31 0.56 0.57
Hex CF 55 7B 0 3B 29 13 155 38 39
Octal 317 125 173 0 73 51 23 525 70 71
Binary 11001111 1010101 1111011 0 111011 101001 10011 101010101 111000 111001

Color Harmonies of #CF557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF557B

Black with #CF557B

Text Example


Text Example

White with #CF557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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