Html Css Color HEX #CE264D Old Rose

📋 copy color: '#CE264D'

red 206 ◦ green 38 ◦ blue 77

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

Shades of Old Rose #CE264D

Tints of Old Rose #CE264D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.84%

 BLUE value IS 77 (30.47% from 255) = 23.99%

R = 64.17%
G = 11.84%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE264D (or 0xCE264D) is known color: Old Rose. HEX triplet: CE, 26 and 4D. RGB value is (206,38,77). Sum of RGB (Red+Green+Blue) = 206+38+77=321 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.17% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 206 - color contains mainly: red. Hex color #CE264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE264D is #31D9B2. Grayscale: #5C5C5C. Windows color (decimal): -3266995 or 5056206. OLE color: 5056206.

HSL color Cylindrical-coordinate representation of color #CE264D: hue angle of 346.07º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE264D is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 38 77 -
CMYK 0 0.82 0.63 0.19
HSL 346.07º 0.69% 0.48% -
HSV(B) 346.07º 0.82% 0.81% -
XYZ 27.49 15.04 8.48 -
YUV 92.68 119.16 208.83 -
System Red Green Blue C M Y K H S L
Decimal 206 38 77 0 0.82 0.63 0.19 346.07 0.69 0.48
Hex CE 26 4D 0 52 3F 13 15A 45 30
Octal 316 46 115 0 122 77 23 532 105 60
Binary 11001110 100110 1001101 0 1010010 111111 10011 101011010 1000101 110000

Color Harmonies of #CE264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE264D

Black with #CE264D

Text Example


Text Example

White with #CE264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE264D; }

 p { color: rgb(206,38,77); }

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

background-color css

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

 a { background-color: rgb(206,38,77); }

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

border-color css

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

 span { border-color: rgb(206,38,77); }

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