Html Css Color HEX #CF5952 Valencia

📋 copy color: '#CF5952'

red 207 ◦ green 89 ◦ blue 82

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

Shades of Valencia #CF5952

Tints of Valencia #CF5952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

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

R = 54.76%
G = 23.54%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF5952 (or 0xCF5952) is known color: Valencia. HEX triplet: CF, 59 and 52. RGB value is (207,89,82). Sum of RGB (Red+Green+Blue) = 207+89+82=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5952 is #30A6AD. Grayscale: #7B7B7B. Windows color (decimal): -3188398 or 5396943. OLE color: 5396943.

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

Color convert

RGB 207 89 82 -
CMYK 0 0.57 0.60 0.19
HSL 3.36º 0.57% 0.57% -
HSV(B) 3.36º 0.6% 0.81% -
XYZ 30.83 21.02 10.42 -
YUV 123.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 207 89 82 0 0.57 0.60 0.19 3.36 0.57 0.57
Hex CF 59 52 0 39 3C 13 3 39 39
Octal 317 131 122 0 71 74 23 3 71 71
Binary 11001111 1011001 1010010 0 111001 111100 10011 11 111001 111001

Color Harmonies of #CF5952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5952

Black with #CF5952

Text Example


Text Example

White with #CF5952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5952; }

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

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

background-color css

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

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

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

border-color css

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

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

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