Html Css Color HEX #CF617D Cranberry

📋 copy color: '#CF617D'

red 207 ◦ green 97 ◦ blue 125

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

Shades of Cranberry #CF617D

Tints of Cranberry #CF617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.61%

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 48.25%
G = 22.61%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF617D (or 0xCF617D) is known color: Cranberry. HEX triplet: CF, 61 and 7D. RGB value is (207,97,125). Sum of RGB (Red+Green+Blue) = 207+97+125=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF617D is #309E82. Grayscale: #858585. Windows color (decimal): -3186307 or 8217039. OLE color: 8217039.

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

Color convert

RGB 207 97 125 -
CMYK 0 0.53 0.40 0.19
HSL 344.73º 0.53% 0.6% -
HSV(B) 344.73º 0.53% 0.81% -
XYZ 33.71 23.3 22.12 -
YUV 133.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 207 97 125 0 0.53 0.40 0.19 344.73 0.53 0.6
Hex CF 61 7D 0 35 28 13 159 35 3C
Octal 317 141 175 0 65 50 23 531 65 74
Binary 11001111 1100001 1111101 0 110101 101000 10011 101011001 110101 111100

Color Harmonies of #CF617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF617D

Black with #CF617D

Text Example


Text Example

White with #CF617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF617D; }

 p { color: rgb(207,97,125); }

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

background-color css

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

 a { background-color: rgb(207,97,125); }

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

border-color css

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

 span { border-color: rgb(207,97,125); }

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