Html Css Color HEX #CE5952 Valencia

📋 copy color: '#CE5952'

red 206 ◦ green 89 ◦ blue 82

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

Shades of Valencia #CE5952

Tints of Valencia #CE5952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.61%

 BLUE value IS 82 (32.42% from 255) = 21.75%

R = 54.64%
G = 23.61%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE5952 (or 0xCE5952) is known color: Valencia. HEX triplet: CE, 59 and 52. RGB value is (206,89,82). Sum of RGB (Red+Green+Blue) = 206+89+82=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5952 is #31A6AD. Grayscale: #7B7B7B. Windows color (decimal): -3253934 or 5396942. OLE color: 5396942.

HSL color Cylindrical-coordinate representation of color #CE5952: hue angle of 3.39º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5952 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 89 82 -
CMYK 0 0.57 0.60 0.19
HSL 3.39º 0.56% 0.56% -
HSV(B) 3.39º 0.6% 0.81% -
XYZ 30.55 20.88 10.4 -
YUV 123.19 104.76 187.07 -
System Red Green Blue C M Y K H S L
Decimal 206 89 82 0 0.57 0.60 0.19 3.39 0.56 0.56
Hex CE 59 52 0 39 3C 13 3 38 38
Octal 316 131 122 0 71 74 23 3 70 70
Binary 11001110 1011001 1010010 0 111001 111100 10011 11 111000 111000

Color Harmonies of #CE5952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5952

Black with #CE5952

Text Example


Text Example

White with #CE5952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5952; }

 p { color: rgb(206,89,82); }

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

background-color css

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

 a { background-color: rgb(206,89,82); }

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

border-color css

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

 span { border-color: rgb(206,89,82); }

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