Html Css Color HEX #CE5A7A Cranberry

📋 copy color: '#CE5A7A'

red 206 ◦ green 90 ◦ blue 122

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

Shades of Cranberry #CE5A7A

Tints of Cranberry #CE5A7A

RGB

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

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

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

R = 49.28%
G = 21.53%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE5A7A (or 0xCE5A7A) is known color: Cranberry. HEX triplet: CE, 5A and 7A. RGB value is (206,90,122). Sum of RGB (Red+Green+Blue) = 206+90+122=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5A7A is #31A585. Grayscale: #808080. Windows color (decimal): -3253638 or 8018638. OLE color: 8018638.

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

Color convert

RGB 206 90 122 -
CMYK 0 0.56 0.41 0.19
HSL 343.45º 0.54% 0.58% -
HSV(B) 343.45º 0.56% 0.81% -
XYZ 32.62 21.84 20.91 -
YUV 128.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 206 90 122 0 0.56 0.41 0.19 343.45 0.54 0.58
Hex CE 5A 7A 0 38 29 13 157 36 3A
Octal 316 132 172 0 70 51 23 527 66 72
Binary 11001110 1011010 1111010 0 111000 101001 10011 101010111 110110 111010

Color Harmonies of #CE5A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5A7A

Black with #CE5A7A

Text Example


Text Example

White with #CE5A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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