Html Css Color HEX #CE594B Valencia

📋 copy color: '#CE594B'

red 206 ◦ green 89 ◦ blue 75

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

Shades of Valencia #CE594B

Tints of Valencia #CE594B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.05%

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

R = 55.68%
G = 24.05%
B = 20.27%

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

#CE594B (or 0xCE594B) is known color: Valencia. HEX triplet: CE, 59 and 4B. RGB value is (206,89,75). Sum of RGB (Red+Green+Blue) = 206+89+75=370 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.68% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 206 - color contains mainly: red. Hex color #CE594B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE594B is #31A6B4. Grayscale: #7A7A7A. Windows color (decimal): -3253941 or 4938190. OLE color: 4938190.

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

Color convert

RGB 206 89 75 -
CMYK 0 0.57 0.64 0.19
HSL 6.41º 0.57% 0.55% -
HSV(B) 6.41º 0.64% 0.81% -
XYZ 30.3 20.77 9.07 -
YUV 122.39 101.26 187.64 -
System Red Green Blue C M Y K H S L
Decimal 206 89 75 0 0.57 0.64 0.19 6.41 0.57 0.55
Hex CE 59 4B 0 39 40 13 6 39 37
Octal 316 131 113 0 71 100 23 6 71 67
Binary 11001110 1011001 1001011 0 111001 1000000 10011 110 111001 110111

Color Harmonies of #CE594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE594B

Black with #CE594B

Text Example


Text Example

White with #CE594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE594B; }

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

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

background-color css

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

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

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

border-color css

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

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

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