Html Css Color HEX #CE5A7E Cranberry

📋 copy color: '#CE5A7E'

red 206 ◦ green 90 ◦ blue 126

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

Shades of Cranberry #CE5A7E

Tints of Cranberry #CE5A7E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.33%

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

R = 48.82%
G = 21.33%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE5A7E (or 0xCE5A7E) is known color: Cranberry. HEX triplet: CE, 5A and 7E. RGB value is (206,90,126). Sum of RGB (Red+Green+Blue) = 206+90+126=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A7E is #31A581. Grayscale: #808080. Windows color (decimal): -3253634 or 8280782. OLE color: 8280782.

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

Color convert

RGB 206 90 126 -
CMYK 0 0.56 0.39 0.19
HSL 341.38º 0.54% 0.58% -
HSV(B) 341.38º 0.56% 0.81% -
XYZ 32.88 21.94 22.24 -
YUV 128.79 126.43 183.07 -
System Red Green Blue C M Y K H S L
Decimal 206 90 126 0 0.56 0.39 0.19 341.38 0.54 0.58
Hex CE 5A 7E 0 38 27 13 155 36 3A
Octal 316 132 176 0 70 47 23 525 66 72
Binary 11001110 1011010 1111110 0 111000 100111 10011 101010101 110110 111010

Color Harmonies of #CE5A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A7E

Black with #CE5A7E

Text Example


Text Example

White with #CE5A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A7E; }

 p { color: rgb(206,90,126); }

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

background-color css

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

 a { background-color: rgb(206,90,126); }

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

border-color css

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

 span { border-color: rgb(206,90,126); }

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