Html Css Color HEX #CF607D Cranberry

📋 copy color: '#CF607D'

red 207 ◦ green 96 ◦ blue 125

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

Shades of Cranberry #CF607D

Tints of Cranberry #CF607D

RGB

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

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

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

R = 48.36%
G = 22.43%
B = 29.21%

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

#CF607D (or 0xCF607D) is known color: Cranberry. HEX triplet: CF, 60 and 7D. RGB value is (207,96,125). Sum of RGB (Red+Green+Blue) = 207+96+125=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF607D is #309F82. Grayscale: #848484. Windows color (decimal): -3186563 or 8216783. OLE color: 8216783.

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

Color convert

RGB 207 96 125 -
CMYK 0 0.54 0.40 0.19
HSL 344.32º 0.54% 0.59% -
HSV(B) 344.32º 0.54% 0.81% -
XYZ 33.62 23.11 22.09 -
YUV 132.5 123.77 181.14 -
System Red Green Blue C M Y K H S L
Decimal 207 96 125 0 0.54 0.40 0.19 344.32 0.54 0.59
Hex CF 60 7D 0 36 28 13 158 36 3B
Octal 317 140 175 0 66 50 23 530 66 73
Binary 11001111 1100000 1111101 0 110110 101000 10011 101011000 110110 111011

Color Harmonies of #CF607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF607D

Black with #CF607D

Text Example


Text Example

White with #CF607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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