Html Css Color HEX #CE234E Old Rose

📋 copy color: '#CE234E'

red 206 ◦ green 35 ◦ blue 78

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

Shades of Old Rose #CE234E

Tints of Old Rose #CE234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.97%

 BLUE value IS 78 (30.86% from 255) = 24.45%

R = 64.58%
G = 10.97%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE234E (or 0xCE234E) is known color: Old Rose. HEX triplet: CE, 23 and 4E. RGB value is (206,35,78). Sum of RGB (Red+Green+Blue) = 206+35+78=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE234E is #31DCB1. Grayscale: #5B5B5B. Windows color (decimal): -3267762 or 5120974. OLE color: 5120974.

HSL color Cylindrical-coordinate representation of color #CE234E: hue angle of 344.91º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE234E is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 35 78 -
CMYK 0 0.83 0.62 0.19
HSL 344.91º 0.71% 0.47% -
HSV(B) 344.91º 0.83% 0.81% -
XYZ 27.43 14.87 8.63 -
YUV 91.03 120.65 210 -
System Red Green Blue C M Y K H S L
Decimal 206 35 78 0 0.83 0.62 0.19 344.91 0.71 0.47
Hex CE 23 4E 0 53 3E 13 159 47 2F
Octal 316 43 116 0 123 76 23 531 107 57
Binary 11001110 100011 1001110 0 1010011 111110 10011 101011001 1000111 101111

Color Harmonies of #CE234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE234E

Black with #CE234E

Text Example


Text Example

White with #CE234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE234E; }

 p { color: rgb(206,35,78); }

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

background-color css

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

 a { background-color: rgb(206,35,78); }

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

border-color css

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

 span { border-color: rgb(206,35,78); }

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