Html Css Color HEX #CE5B52 Valencia

📋 copy color: '#CE5B52'

red 206 ◦ green 91 ◦ blue 82

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

Shades of Valencia #CE5B52

Tints of Valencia #CE5B52

RGB

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

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

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

R = 54.35%
G = 24.01%
B = 21.64%

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

#CE5B52 (or 0xCE5B52) is known color: Valencia. HEX triplet: CE, 5B and 52. RGB value is (206,91,82). Sum of RGB (Red+Green+Blue) = 206+91+82=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5B52 is #31A4AD. Grayscale: #7C7C7C. Windows color (decimal): -3253422 or 5397454. OLE color: 5397454.

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

Color convert

RGB 206 91 82 -
CMYK 0 0.56 0.60 0.19
HSL 4.35º 0.56% 0.56% -
HSV(B) 4.35º 0.6% 0.81% -
XYZ 30.72 21.21 10.46 -
YUV 124.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 206 91 82 0 0.56 0.60 0.19 4.35 0.56 0.56
Hex CE 5B 52 0 38 3C 13 4 38 38
Octal 316 133 122 0 70 74 23 4 70 70
Binary 11001110 1011011 1010010 0 111000 111100 10011 100 111000 111000

Color Harmonies of #CE5B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5B52

Black with #CE5B52

Text Example


Text Example

White with #CE5B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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