Html Css Color HEX #CF607C Cranberry

📋 copy color: '#CF607C'

red 207 ◦ green 96 ◦ blue 124

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

Shades of Cranberry #CF607C

Tints of Cranberry #CF607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.48%

 BLUE value IS 124 (48.83% from 255) = 29.04%

R = 48.48%
G = 22.48%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF607C (or 0xCF607C) is known color: Cranberry. HEX triplet: CF, 60 and 7C. RGB value is (207,96,124). Sum of RGB (Red+Green+Blue) = 207+96+124=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF607C is #309F83. Grayscale: #848484. Windows color (decimal): -3186564 or 8151247. OLE color: 8151247.

HSL color Cylindrical-coordinate representation of color #CF607C: hue angle of 344.86º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF607C is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 96 124 -
CMYK 0 0.54 0.40 0.19
HSL 344.86º 0.54% 0.59% -
HSV(B) 344.86º 0.54% 0.81% -
XYZ 33.55 23.09 21.76 -
YUV 132.38 123.27 181.22 -
System Red Green Blue C M Y K H S L
Decimal 207 96 124 0 0.54 0.40 0.19 344.86 0.54 0.59
Hex CF 60 7C 0 36 28 13 159 36 3B
Octal 317 140 174 0 66 50 23 531 66 73
Binary 11001111 1100000 1111100 0 110110 101000 10011 101011001 110110 111011

Color Harmonies of #CF607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF607C

Black with #CF607C

Text Example


Text Example

White with #CF607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF607C; }

 p { color: rgb(207,96,124); }

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

background-color css

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

 a { background-color: rgb(207,96,124); }

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

border-color css

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

 span { border-color: rgb(207,96,124); }

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