Html Css Color HEX #CE334E Old Rose

📋 copy color: '#CE334E'

red 206 ◦ green 51 ◦ blue 78

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

Shades of Old Rose #CE334E

Tints of Old Rose #CE334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.22%

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

R = 61.49%
G = 15.22%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE334E (or 0xCE334E) is known color: Old Rose. HEX triplet: CE, 33 and 4E. RGB value is (206,51,78). Sum of RGB (Red+Green+Blue) = 206+51+78=335 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.49% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 206 - color contains mainly: red. Hex color #CE334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE334E is #31CCB1. Grayscale: #646464. Windows color (decimal): -3263666 or 5125070. OLE color: 5125070.

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

Color convert

RGB 206 51 78 -
CMYK 0 0.75 0.62 0.19
HSL 349.55º 0.61% 0.5% -
HSV(B) 349.55º 0.75% 0.81% -
XYZ 28.01 16.04 8.83 -
YUV 100.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 206 51 78 0 0.75 0.62 0.19 349.55 0.61 0.5
Hex CE 33 4E 0 4B 3E 13 15E 3D 32
Octal 316 63 116 0 113 76 23 536 75 62
Binary 11001110 110011 1001110 0 1001011 111110 10011 101011110 111101 110010

Color Harmonies of #CE334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE334E

Black with #CE334E

Text Example


Text Example

White with #CE334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE334E; }

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

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

background-color css

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

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

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

border-color css

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

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

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