Html Css Color HEX #CE534B Valencia

📋 copy color: '#CE534B'

red 206 ◦ green 83 ◦ blue 75

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

Shades of Valencia #CE534B

Tints of Valencia #CE534B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.8%

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

R = 56.59%
G = 22.8%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE534B (or 0xCE534B) is known color: Valencia. HEX triplet: CE, 53 and 4B. RGB value is (206,83,75). Sum of RGB (Red+Green+Blue) = 206+83+75=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE534B is #31ACB4. Grayscale: #777777. Windows color (decimal): -3255477 or 4936654. OLE color: 4936654.

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

Color convert

RGB 206 83 75 -
CMYK 0 0.60 0.64 0.19
HSL 3.66º 0.57% 0.55% -
HSV(B) 3.66º 0.64% 0.81% -
XYZ 29.82 19.82 8.91 -
YUV 118.87 103.25 190.15 -
System Red Green Blue C M Y K H S L
Decimal 206 83 75 0 0.60 0.64 0.19 3.66 0.57 0.55
Hex CE 53 4B 0 3C 40 13 4 39 37
Octal 316 123 113 0 74 100 23 4 71 67
Binary 11001110 1010011 1001011 0 111100 1000000 10011 100 111001 110111

Color Harmonies of #CE534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE534B

Black with #CE534B

Text Example


Text Example

White with #CE534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE534B; }

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

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

background-color css

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

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

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

border-color css

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

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

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