Html Css Color HEX #CE5B53 Valencia

📋 copy color: '#CE5B53'

red 206 ◦ green 91 ◦ blue 83

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

Shades of Valencia #CE5B53

Tints of Valencia #CE5B53

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.95%

 BLUE value IS 83 (32.81% from 255) = 21.84%

R = 54.21%
G = 23.95%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CE5B53 (or 0xCE5B53) is known color: Valencia. HEX triplet: CE, 5B and 53. RGB value is (206,91,83). Sum of RGB (Red+Green+Blue) = 206+91+83=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B53 is #31A4AC. Grayscale: #7C7C7C. Windows color (decimal): -3253421 or 5462990. OLE color: 5462990.

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

Color convert

RGB 206 91 83 -
CMYK 0 0.56 0.60 0.19
HSL 3.9º 0.56% 0.57% -
HSV(B) 3.9º 0.6% 0.81% -
XYZ 30.76 21.23 10.66 -
YUV 124.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 206 91 83 0 0.56 0.60 0.19 3.9 0.56 0.57
Hex CE 5B 53 0 38 3C 13 4 38 39
Octal 316 133 123 0 70 74 23 4 70 71
Binary 11001110 1011011 1010011 0 111000 111100 10011 100 111000 111001

Color Harmonies of #CE5B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B53

Black with #CE5B53

Text Example


Text Example

White with #CE5B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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