Html Css Color HEX #CE527A Cranberry

📋 copy color: '#CE527A'

red 206 ◦ green 82 ◦ blue 122

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

Shades of Cranberry #CE527A

Tints of Cranberry #CE527A

RGB

 RED value IS 206 (80.86% from 255) = 50.24%

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

 BLUE value IS 122 (48.05% from 255) = 29.76%

R = 50.24%
G = 20%
B = 29.76%

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

#CE527A (or 0xCE527A) is known color: Cranberry. HEX triplet: CE, 52 and 7A. RGB value is (206,82,122). Sum of RGB (Red+Green+Blue) = 206+82+122=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CE527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE527A is #31AD85. Grayscale: #7B7B7B. Windows color (decimal): -3255686 or 8016590. OLE color: 8016590.

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

Color convert

RGB 206 82 122 -
CMYK 0 0.60 0.41 0.19
HSL 340.65º 0.56% 0.56% -
HSV(B) 340.65º 0.6% 0.81% -
XYZ 31.98 20.56 20.7 -
YUV 123.64 127.08 186.75 -
System Red Green Blue C M Y K H S L
Decimal 206 82 122 0 0.60 0.41 0.19 340.65 0.56 0.56
Hex CE 52 7A 0 3C 29 13 155 38 38
Octal 316 122 172 0 74 51 23 525 70 70
Binary 11001110 1010010 1111010 0 111100 101001 10011 101010101 111000 111000

Color Harmonies of #CE527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE527A

Black with #CE527A

Text Example


Text Example

White with #CE527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE527A; }

 p { color: rgb(206,82,122); }

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

background-color css

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

 a { background-color: rgb(206,82,122); }

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

border-color css

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

 span { border-color: rgb(206,82,122); }

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