Html Css Color HEX #CE4B7A Cranberry

📋 copy color: '#CE4B7A'

red 206 ◦ green 75 ◦ blue 122

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

Shades of Cranberry #CE4B7A

Tints of Cranberry #CE4B7A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.61%

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

R = 51.12%
G = 18.61%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE4B7A (or 0xCE4B7A) is known color: Cranberry. HEX triplet: CE, 4B and 7A. RGB value is (206,75,122). Sum of RGB (Red+Green+Blue) = 206+75+122=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B7A is #31B485. Grayscale: #777777. Windows color (decimal): -3257478 or 8014798. OLE color: 8014798.

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

Color convert

RGB 206 75 122 -
CMYK 0 0.64 0.41 0.19
HSL 338.47º 0.57% 0.55% -
HSV(B) 338.47º 0.64% 0.81% -
XYZ 31.48 19.56 20.53 -
YUV 119.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 206 75 122 0 0.64 0.41 0.19 338.47 0.57 0.55
Hex CE 4B 7A 0 40 29 13 152 39 37
Octal 316 113 172 0 100 51 23 522 71 67
Binary 11001110 1001011 1111010 0 1000000 101001 10011 101010010 111001 110111

Color Harmonies of #CE4B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B7A

Black with #CE4B7A

Text Example


Text Example

White with #CE4B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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