Html Css Color HEX #CE5C4F Valencia

📋 copy color: '#CE5C4F'

red 206 ◦ green 92 ◦ blue 79

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

Shades of Valencia #CE5C4F

Tints of Valencia #CE5C4F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.4%

 BLUE value IS 79 (31.25% from 255) = 20.95%

R = 54.64%
G = 24.4%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE5C4F (or 0xCE5C4F) is known color: Valencia. HEX triplet: CE, 5C and 4F. RGB value is (206,92,79). Sum of RGB (Red+Green+Blue) = 206+92+79=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C4F is #31A3B0. Grayscale: #7C7C7C. Windows color (decimal): -3253169 or 5201102. OLE color: 5201102.

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

Color convert

RGB 206 92 79 -
CMYK 0 0.55 0.62 0.19
HSL 6.14º 0.56% 0.56% -
HSV(B) 6.14º 0.62% 0.81% -
XYZ 30.69 21.34 9.9 -
YUV 124.6 102.27 186.06 -
System Red Green Blue C M Y K H S L
Decimal 206 92 79 0 0.55 0.62 0.19 6.14 0.56 0.56
Hex CE 5C 4F 0 37 3E 13 6 38 38
Octal 316 134 117 0 67 76 23 6 70 70
Binary 11001110 1011100 1001111 0 110111 111110 10011 110 111000 111000

Color Harmonies of #CE5C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5C4F

Black with #CE5C4F

Text Example


Text Example

White with #CE5C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5C4F; }

 p { color: rgb(206,92,79); }

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

background-color css

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

 a { background-color: rgb(206,92,79); }

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

border-color css

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

 span { border-color: rgb(206,92,79); }

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