Html Css Color HEX #CE524B Valencia

📋 copy color: '#CE524B'

red 206 ◦ green 82 ◦ blue 75

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

Shades of Valencia #CE524B

Tints of Valencia #CE524B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.59%

 BLUE value IS 75 (29.69% from 255) = 20.66%

R = 56.75%
G = 22.59%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE524B (or 0xCE524B) is known color: Valencia. HEX triplet: CE, 52 and 4B. RGB value is (206,82,75). Sum of RGB (Red+Green+Blue) = 206+82+75=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE524B is #31ADB4. Grayscale: #767676. Windows color (decimal): -3255733 or 4936398. OLE color: 4936398.

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

Color convert

RGB 206 82 75 -
CMYK 0 0.60 0.64 0.19
HSL 3.21º 0.57% 0.55% -
HSV(B) 3.21º 0.64% 0.81% -
XYZ 29.74 19.66 8.88 -
YUV 118.28 103.58 190.57 -
System Red Green Blue C M Y K H S L
Decimal 206 82 75 0 0.60 0.64 0.19 3.21 0.57 0.55
Hex CE 52 4B 0 3C 40 13 3 39 37
Octal 316 122 113 0 74 100 23 3 71 67
Binary 11001110 1010010 1001011 0 111100 1000000 10011 11 111001 110111

Color Harmonies of #CE524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE524B

Black with #CE524B

Text Example


Text Example

White with #CE524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE524B; }

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

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

background-color css

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

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

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

border-color css

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

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

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