Html Css Color HEX #CE4B47 Valencia

📋 copy color: '#CE4B47'

red 206 ◦ green 75 ◦ blue 71

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

Shades of Valencia #CE4B47

Tints of Valencia #CE4B47

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.31%

 BLUE value IS 71 (28.13% from 255) = 20.17%

R = 58.52%
G = 21.31%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE4B47 (or 0xCE4B47) is known color: Valencia. HEX triplet: CE, 4B and 47. RGB value is (206,75,71). Sum of RGB (Red+Green+Blue) = 206+75+71=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4B47 is #31B4B8. Grayscale: #717171. Windows color (decimal): -3257529 or 4672462. OLE color: 4672462.

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

Color convert

RGB 206 75 71 -
CMYK 0 0.64 0.66 0.19
HSL 1.78º 0.58% 0.54% -
HSV(B) 1.78º 0.66% 0.81% -
XYZ 29.11 18.61 8.02 -
YUV 113.71 103.9 193.83 -
System Red Green Blue C M Y K H S L
Decimal 206 75 71 0 0.64 0.66 0.19 1.78 0.58 0.54
Hex CE 4B 47 0 40 42 13 2 3A 36
Octal 316 113 107 0 100 102 23 2 72 66
Binary 11001110 1001011 1000111 0 1000000 1000010 10011 10 111010 110110

Color Harmonies of #CE4B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B47

Black with #CE4B47

Text Example


Text Example

White with #CE4B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B47; }

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

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

background-color css

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

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

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

border-color css

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

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

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