Html Css Color HEX #CF467D Cranberry

📋 copy color: '#CF467D'

red 207 ◦ green 70 ◦ blue 125

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

Shades of Cranberry #CF467D

Tints of Cranberry #CF467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.41%

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

R = 51.49%
G = 17.41%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CF467D (or 0xCF467D) is known color: Cranberry. HEX triplet: CF, 46 and 7D. RGB value is (207,70,125). Sum of RGB (Red+Green+Blue) = 207+70+125=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF467D is #30B982. Grayscale: #757575. Windows color (decimal): -3193219 or 8210127. OLE color: 8210127.

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

Color convert

RGB 207 70 125 -
CMYK 0 0.66 0.40 0.19
HSL 335.91º 0.59% 0.54% -
HSV(B) 335.91º 0.66% 0.81% -
XYZ 31.62 19.13 21.43 -
YUV 117.23 132.39 192.03 -
System Red Green Blue C M Y K H S L
Decimal 207 70 125 0 0.66 0.40 0.19 335.91 0.59 0.54
Hex CF 46 7D 0 42 28 13 150 3B 36
Octal 317 106 175 0 102 50 23 520 73 66
Binary 11001111 1000110 1111101 0 1000010 101000 10011 101010000 111011 110110

Color Harmonies of #CF467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF467D

Black with #CF467D

Text Example


Text Example

White with #CF467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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