Html Css Color HEX #CE584B Valencia

📋 copy color: '#CE584B'

red 206 ◦ green 88 ◦ blue 75

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

Shades of Valencia #CE584B

Tints of Valencia #CE584B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.85%

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

R = 55.83%
G = 23.85%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE584B (or 0xCE584B) is known color: Valencia. HEX triplet: CE, 58 and 4B. RGB value is (206,88,75). Sum of RGB (Red+Green+Blue) = 206+88+75=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 75 (29.69% from 255 or 20.33% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE584B is #31A7B4. Grayscale: #797979. Windows color (decimal): -3254197 or 4937934. OLE color: 4937934.

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

Color convert

RGB 206 88 75 -
CMYK 0 0.57 0.64 0.19
HSL 5.95º 0.57% 0.55% -
HSV(B) 5.95º 0.64% 0.81% -
XYZ 30.21 20.61 9.04 -
YUV 121.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 206 88 75 0 0.57 0.64 0.19 5.95 0.57 0.55
Hex CE 58 4B 0 39 40 13 6 39 37
Octal 316 130 113 0 71 100 23 6 71 67
Binary 11001110 1011000 1001011 0 111001 1000000 10011 110 111001 110111

Color Harmonies of #CE584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE584B

Black with #CE584B

Text Example


Text Example

White with #CE584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE584B; }

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

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

background-color css

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

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

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

border-color css

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

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

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