Html Css Color HEX #CF5752 Valencia

📋 copy color: '#CF5752'

red 207 ◦ green 87 ◦ blue 82

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

Shades of Valencia #CF5752

Tints of Valencia #CF5752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.14%

 BLUE value IS 82 (32.42% from 255) = 21.81%

R = 55.05%
G = 23.14%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF5752 (or 0xCF5752) is known color: Valencia. HEX triplet: CF, 57 and 52. RGB value is (207,87,82). Sum of RGB (Red+Green+Blue) = 207+87+82=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5752 is #30A8AD. Grayscale: #7A7A7A. Windows color (decimal): -3188910 or 5396431. OLE color: 5396431.

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

Color convert

RGB 207 87 82 -
CMYK 0 0.58 0.60 0.19
HSL 2.4º 0.57% 0.57% -
HSV(B) 2.4º 0.6% 0.81% -
XYZ 30.66 20.69 10.36 -
YUV 122.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 207 87 82 0 0.58 0.60 0.19 2.4 0.57 0.57
Hex CF 57 52 0 3A 3C 13 2 39 39
Octal 317 127 122 0 72 74 23 2 71 71
Binary 11001111 1010111 1010010 0 111010 111100 10011 10 111001 111001

Color Harmonies of #CF5752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5752

Black with #CF5752

Text Example


Text Example

White with #CF5752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5752; }

 p { color: rgb(207,87,82); }

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

background-color css

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

 a { background-color: rgb(207,87,82); }

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

border-color css

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

 span { border-color: rgb(207,87,82); }

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