Html Css Color HEX #CE4F48 Valencia

📋 copy color: '#CE4F48'

red 206 ◦ green 79 ◦ blue 72

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

Shades of Valencia #CE4F48

Tints of Valencia #CE4F48

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.13%

 BLUE value IS 72 (28.52% from 255) = 20.17%

R = 57.7%
G = 22.13%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE4F48 (or 0xCE4F48) is known color: Valencia. HEX triplet: CE, 4F and 48. RGB value is (206,79,72). Sum of RGB (Red+Green+Blue) = 206+79+72=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE4F48 is #31B0B7. Grayscale: #747474. Windows color (decimal): -3256504 or 4739022. OLE color: 4739022.

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

Color convert

RGB 206 79 72 -
CMYK 0 0.62 0.65 0.19
HSL 3.13º 0.58% 0.55% -
HSV(B) 3.13º 0.65% 0.81% -
XYZ 29.42 19.18 8.28 -
YUV 116.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 206 79 72 0 0.62 0.65 0.19 3.13 0.58 0.55
Hex CE 4F 48 0 3E 41 13 3 3A 37
Octal 316 117 110 0 76 101 23 3 72 67
Binary 11001110 1001111 1001000 0 111110 1000001 10011 11 111010 110111

Color Harmonies of #CE4F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4F48

Black with #CE4F48

Text Example


Text Example

White with #CE4F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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