Html Css Color HEX #CF5F7B Cranberry

📋 copy color: '#CF5F7B'

red 207 ◦ green 95 ◦ blue 123

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

Shades of Cranberry #CF5F7B

Tints of Cranberry #CF5F7B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.35%

 BLUE value IS 123 (48.44% from 255) = 28.94%

R = 48.71%
G = 22.35%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF5F7B (or 0xCF5F7B) is known color: Cranberry. HEX triplet: CF, 5F and 7B. RGB value is (207,95,123). Sum of RGB (Red+Green+Blue) = 207+95+123=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5F7B is #30A084. Grayscale: #838383. Windows color (decimal): -3186821 or 8085455. OLE color: 8085455.

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

Color convert

RGB 207 95 123 -
CMYK 0 0.54 0.41 0.19
HSL 345º 0.54% 0.59% -
HSV(B) 345º 0.54% 0.81% -
XYZ 33.4 22.88 21.39 -
YUV 131.68 123.11 181.72 -
System Red Green Blue C M Y K H S L
Decimal 207 95 123 0 0.54 0.41 0.19 345 0.54 0.59
Hex CF 5F 7B 0 36 29 13 159 36 3B
Octal 317 137 173 0 66 51 23 531 66 73
Binary 11001111 1011111 1111011 0 110110 101001 10011 101011001 110110 111011

Color Harmonies of #CF5F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5F7B

Black with #CF5F7B

Text Example


Text Example

White with #CF5F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5F7B; }

 p { color: rgb(207,95,123); }

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

background-color css

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

 a { background-color: rgb(207,95,123); }

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

border-color css

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

 span { border-color: rgb(207,95,123); }

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