Html Css Color HEX #CE4B46 Valencia

📋 copy color: '#CE4B46'

red 206 ◦ green 75 ◦ blue 70

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

Shades of Valencia #CE4B46

Tints of Valencia #CE4B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.94%

R = 58.69%
G = 21.37%
B = 19.94%

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

#CE4B46 (or 0xCE4B46) is known color: Valencia. HEX triplet: CE, 4B and 46. RGB value is (206,75,70). Sum of RGB (Red+Green+Blue) = 206+75+70=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4B46 is #31B4B9. Grayscale: #717171. Windows color (decimal): -3257530 or 4606926. OLE color: 4606926.

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

Color convert

RGB 206 75 70 -
CMYK 0 0.64 0.66 0.19
HSL 2.21º 0.58% 0.54% -
HSV(B) 2.21º 0.66% 0.81% -
XYZ 29.08 18.6 7.85 -
YUV 113.6 103.4 193.91 -
System Red Green Blue C M Y K H S L
Decimal 206 75 70 0 0.64 0.66 0.19 2.21 0.58 0.54
Hex CE 4B 46 0 40 42 13 2 3A 36
Octal 316 113 106 0 100 102 23 2 72 66
Binary 11001110 1001011 1000110 0 1000000 1000010 10011 10 111010 110110

Color Harmonies of #CE4B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4B46

Black with #CE4B46

Text Example


Text Example

White with #CE4B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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