Html Css Color HEX #CE3D4F Old Rose

📋 copy color: '#CE3D4F'

red 206 ◦ green 61 ◦ blue 79

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

Shades of Old Rose #CE3D4F

Tints of Old Rose #CE3D4F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.63%

 BLUE value IS 79 (31.25% from 255) = 22.83%

R = 59.54%
G = 17.63%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE3D4F (or 0xCE3D4F) is known color: Old Rose. HEX triplet: CE, 3D and 4F. RGB value is (206,61,79). Sum of RGB (Red+Green+Blue) = 206+61+79=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3D4F is #31C2B0. Grayscale: #6A6A6A. Windows color (decimal): -3261105 or 5193166. OLE color: 5193166.

HSL color Cylindrical-coordinate representation of color #CE3D4F: hue angle of 352.55º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3D4F is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 61 79 -
CMYK 0 0.70 0.62 0.19
HSL 352.55º 0.6% 0.52% -
HSV(B) 352.55º 0.7% 0.81% -
XYZ 28.53 17.02 9.18 -
YUV 106.41 112.54 199.04 -
System Red Green Blue C M Y K H S L
Decimal 206 61 79 0 0.70 0.62 0.19 352.55 0.6 0.52
Hex CE 3D 4F 0 46 3E 13 161 3C 34
Octal 316 75 117 0 106 76 23 541 74 64
Binary 11001110 111101 1001111 0 1000110 111110 10011 101100001 111100 110100

Color Harmonies of #CE3D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3D4F

Black with #CE3D4F

Text Example


Text Example

White with #CE3D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3D4F; }

 p { color: rgb(206,61,79); }

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

background-color css

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

 a { background-color: rgb(206,61,79); }

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

border-color css

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

 span { border-color: rgb(206,61,79); }

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