Html Css Color HEX #CF504B Valencia

📋 copy color: '#CF504B'

red 207 ◦ green 80 ◦ blue 75

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

Shades of Valencia #CF504B

Tints of Valencia #CF504B

RGB

 RED value IS 207 (81.25% from 255) = 57.18%

 GREEN value IS 80 (31.64% from 255) = 22.1%

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

R = 57.18%
G = 22.1%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF504B (or 0xCF504B) is known color: Valencia. HEX triplet: CF, 50 and 4B. RGB value is (207,80,75). Sum of RGB (Red+Green+Blue) = 207+80+75=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF504B is #30AFB4. Grayscale: #757575. Windows color (decimal): -3190709 or 4935887. OLE color: 4935887.

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

Color convert

RGB 207 80 75 -
CMYK 0 0.61 0.64 0.19
HSL 2.27º 0.58% 0.55% -
HSV(B) 2.27º 0.64% 0.81% -
XYZ 29.87 19.51 8.85 -
YUV 117.4 104.08 191.91 -
System Red Green Blue C M Y K H S L
Decimal 207 80 75 0 0.61 0.64 0.19 2.27 0.58 0.55
Hex CF 50 4B 0 3D 40 13 2 3A 37
Octal 317 120 113 0 75 100 23 2 72 67
Binary 11001111 1010000 1001011 0 111101 1000000 10011 10 111010 110111

Color Harmonies of #CF504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF504B

Black with #CF504B

Text Example


Text Example

White with #CF504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF504B; }

 p { color: rgb(207,80,75); }

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

background-color css

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

 a { background-color: rgb(207,80,75); }

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

border-color css

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

 span { border-color: rgb(207,80,75); }

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