Html Css Color HEX #CF527B Cranberry

📋 copy color: '#CF527B'

red 207 ◦ green 82 ◦ blue 123

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

Shades of Cranberry #CF527B

Tints of Cranberry #CF527B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.9%

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

R = 50.24%
G = 19.9%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF527B (or 0xCF527B) is known color: Cranberry. HEX triplet: CF, 52 and 7B. RGB value is (207,82,123). Sum of RGB (Red+Green+Blue) = 207+82+123=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF527B is #30AD84. Grayscale: #7C7C7C. Windows color (decimal): -3190149 or 8082127. OLE color: 8082127.

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

Color convert

RGB 207 82 123 -
CMYK 0 0.60 0.41 0.19
HSL 340.32º 0.57% 0.57% -
HSV(B) 340.32º 0.6% 0.81% -
XYZ 32.32 20.73 21.04 -
YUV 124.05 127.41 187.17 -
System Red Green Blue C M Y K H S L
Decimal 207 82 123 0 0.60 0.41 0.19 340.32 0.57 0.57
Hex CF 52 7B 0 3C 29 13 154 39 39
Octal 317 122 173 0 74 51 23 524 71 71
Binary 11001111 1010010 1111011 0 111100 101001 10011 101010100 111001 111001

Color Harmonies of #CF527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF527B

Black with #CF527B

Text Example


Text Example

White with #CF527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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