Html Css Color HEX #CE5352 Valencia

📋 copy color: '#CE5352'

red 206 ◦ green 83 ◦ blue 82

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

Shades of Valencia #CE5352

Tints of Valencia #CE5352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.37%

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

R = 55.53%
G = 22.37%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE5352 (or 0xCE5352) is known color: Valencia. HEX triplet: CE, 53 and 52. RGB value is (206,83,82). Sum of RGB (Red+Green+Blue) = 206+83+82=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5352 is #31ACAD. Grayscale: #777777. Windows color (decimal): -3255470 or 5395406. OLE color: 5395406.

HSL color Cylindrical-coordinate representation of color #CE5352: hue angle of 0.48º 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 #CE5352 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 83 82 -
CMYK 0 0.60 0.60 0.19
HSL 0.48º 0.56% 0.56% -
HSV(B) 0.48º 0.6% 0.81% -
XYZ 30.07 19.92 10.24 -
YUV 119.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 206 83 82 0 0.60 0.60 0.19 0.48 0.56 0.56
Hex CE 53 52 0 3C 3C 13 0 38 38
Octal 316 123 122 0 74 74 23 0 70 70
Binary 11001110 1010011 1010010 0 111100 111100 10011 0 111000 111000

Color Harmonies of #CE5352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5352

Black with #CE5352

Text Example


Text Example

White with #CE5352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5352; }

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

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

background-color css

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

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

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

border-color css

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

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

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