Html Css Color HEX #CF584B Valencia

📋 copy color: '#CF584B'

red 207 ◦ green 88 ◦ blue 75

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

Shades of Valencia #CF584B

Tints of Valencia #CF584B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.78%

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

R = 55.95%
G = 23.78%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF584B (or 0xCF584B) is known color: Valencia. HEX triplet: CF, 58 and 4B. RGB value is (207,88,75). Sum of RGB (Red+Green+Blue) = 207+88+75=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF584B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF584B is #30A7B4. Grayscale: #7A7A7A. Windows color (decimal): -3188661 or 4937935. OLE color: 4937935.

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

Color convert

RGB 207 88 75 -
CMYK 0 0.57 0.64 0.19
HSL 5.91º 0.58% 0.55% -
HSV(B) 5.91º 0.64% 0.81% -
XYZ 30.49 20.75 9.06 -
YUV 122.1 101.42 188.56 -
System Red Green Blue C M Y K H S L
Decimal 207 88 75 0 0.57 0.64 0.19 5.91 0.58 0.55
Hex CF 58 4B 0 39 40 13 6 3A 37
Octal 317 130 113 0 71 100 23 6 72 67
Binary 11001111 1011000 1001011 0 111001 1000000 10011 110 111010 110111

Color Harmonies of #CF584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF584B

Black with #CF584B

Text Example


Text Example

White with #CF584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF584B; }

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

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

background-color css

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

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

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

border-color css

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

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

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