Html Css Color HEX #CE4C4B Valencia

📋 copy color: '#CE4C4B'

red 206 ◦ green 76 ◦ blue 75

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

Shades of Valencia #CE4C4B

Tints of Valencia #CE4C4B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.29%

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

R = 57.7%
G = 21.29%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE4C4B (or 0xCE4C4B) is known color: Valencia. HEX triplet: CE, 4C and 4B. RGB value is (206,76,75). Sum of RGB (Red+Green+Blue) = 206+76+75=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4C4B is #31B3B4. Grayscale: #727272. Windows color (decimal): -3257269 or 4934862. OLE color: 4934862.

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

Color convert

RGB 206 76 75 -
CMYK 0 0.63 0.64 0.19
HSL 0.46º 0.57% 0.55% -
HSV(B) 0.46º 0.64% 0.81% -
XYZ 29.31 18.8 8.74 -
YUV 114.76 105.57 193.08 -
System Red Green Blue C M Y K H S L
Decimal 206 76 75 0 0.63 0.64 0.19 0.46 0.57 0.55
Hex CE 4C 4B 0 3F 40 13 0 39 37
Octal 316 114 113 0 77 100 23 0 71 67
Binary 11001110 1001100 1001011 0 111111 1000000 10011 0 111001 110111

Color Harmonies of #CE4C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4C4B

Black with #CE4C4B

Text Example


Text Example

White with #CE4C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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