Html Css Color HEX #CF5B7B Cranberry

📋 copy color: '#CF5B7B'

red 207 ◦ green 91 ◦ blue 123

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

Shades of Cranberry #CF5B7B

Tints of Cranberry #CF5B7B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.62%

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

R = 49.17%
G = 21.62%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF5B7B (or 0xCF5B7B) is known color: Cranberry. HEX triplet: CF, 5B and 7B. RGB value is (207,91,123). Sum of RGB (Red+Green+Blue) = 207+91+123=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5B7B is #30A484. Grayscale: #818181. Windows color (decimal): -3187845 or 8084431. OLE color: 8084431.

HSL color Cylindrical-coordinate representation of color #CF5B7B: hue angle of 343.45º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF5B7B is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 91 123 -
CMYK 0 0.56 0.41 0.19
HSL 343.45º 0.55% 0.58% -
HSV(B) 343.45º 0.56% 0.81% -
XYZ 33.05 22.18 21.28 -
YUV 129.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 207 91 123 0 0.56 0.41 0.19 343.45 0.55 0.58
Hex CF 5B 7B 0 38 29 13 157 37 3A
Octal 317 133 173 0 70 51 23 527 67 72
Binary 11001111 1011011 1111011 0 111000 101001 10011 101010111 110111 111010

Color Harmonies of #CF5B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5B7B

Black with #CF5B7B

Text Example


Text Example

White with #CF5B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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