Html Css Color HEX #CE5B50 Valencia

📋 copy color: '#CE5B50'

red 206 ◦ green 91 ◦ blue 80

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

Shades of Valencia #CE5B50

Tints of Valencia #CE5B50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.22%

R = 54.64%
G = 24.14%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CE5B50 (or 0xCE5B50) is known color: Valencia. HEX triplet: CE, 5B and 50. RGB value is (206,91,80). Sum of RGB (Red+Green+Blue) = 206+91+80=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B50 is #31A4AF. Grayscale: #7C7C7C. Windows color (decimal): -3253424 or 5266382. OLE color: 5266382.

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

Color convert

RGB 206 91 80 -
CMYK 0 0.56 0.61 0.19
HSL 5.24º 0.56% 0.56% -
HSV(B) 5.24º 0.61% 0.81% -
XYZ 30.64 21.18 10.06 -
YUV 124.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 206 91 80 0 0.56 0.61 0.19 5.24 0.56 0.56
Hex CE 5B 50 0 38 3D 13 5 38 38
Octal 316 133 120 0 70 75 23 5 70 70
Binary 11001110 1011011 1010000 0 111000 111101 10011 101 111000 111000

Color Harmonies of #CE5B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B50

Black with #CE5B50

Text Example


Text Example

White with #CE5B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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