Html Css Color HEX #CE607D Cranberry

📋 copy color: '#CE607D'

red 206 ◦ green 96 ◦ blue 125

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

Shades of Cranberry #CE607D

Tints of Cranberry #CE607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.48%

 BLUE value IS 125 (49.22% from 255) = 29.27%

R = 48.24%
G = 22.48%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE607D (or 0xCE607D) is known color: Cranberry. HEX triplet: CE, 60 and 7D. RGB value is (206,96,125). Sum of RGB (Red+Green+Blue) = 206+96+125=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE607D is #319F82. Grayscale: #848484. Windows color (decimal): -3252099 or 8216782. OLE color: 8216782.

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

Color convert

RGB 206 96 125 -
CMYK 0 0.53 0.39 0.19
HSL 344.18º 0.53% 0.59% -
HSV(B) 344.18º 0.53% 0.81% -
XYZ 33.34 22.97 22.08 -
YUV 132.2 123.94 180.64 -
System Red Green Blue C M Y K H S L
Decimal 206 96 125 0 0.53 0.39 0.19 344.18 0.53 0.59
Hex CE 60 7D 0 35 27 13 158 35 3B
Octal 316 140 175 0 65 47 23 530 65 73
Binary 11001110 1100000 1111101 0 110101 100111 10011 101011000 110101 111011

Color Harmonies of #CE607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE607D

Black with #CE607D

Text Example


Text Example

White with #CE607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE607D; }

 p { color: rgb(206,96,125); }

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

background-color css

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

 a { background-color: rgb(206,96,125); }

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

border-color css

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

 span { border-color: rgb(206,96,125); }

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