Html Css Color HEX #CF738A Charm

📋 copy color: '#CF738A'

red 207 ◦ green 115 ◦ blue 138

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

Shades of Charm #CF738A

Tints of Charm #CF738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25%

 BLUE value IS 138 (54.3% from 255) = 30%

R = 45%
G = 25%
B = 30%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF738A (or 0xCF738A) is known color: Charm. HEX triplet: CF, 73 and 8A. RGB value is (207,115,138). Sum of RGB (Red+Green+Blue) = 207+115+138=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF738A is #308C75. Grayscale: #919191. Windows color (decimal): -3181686 or 9073615. OLE color: 9073615.

HSL color Cylindrical-coordinate representation of color #CF738A: hue angle of 345º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF738A is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 115 138 -
CMYK 0 0.44 0.33 0.19
HSL 345º 0.49% 0.63% -
HSV(B) 345º 0.44% 0.81% -
XYZ 36.45 27.36 27.4 -
YUV 145.13 123.98 172.13 -
System Red Green Blue C M Y K H S L
Decimal 207 115 138 0 0.44 0.33 0.19 345 0.49 0.63
Hex CF 73 8A 0 2C 21 13 159 31 3F
Octal 317 163 212 0 54 41 23 531 61 77
Binary 11001111 1110011 10001010 0 101100 100001 10011 101011001 110001 111111

Color Harmonies of #CF738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF738A

Black with #CF738A

Text Example


Text Example

White with #CF738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF738A; }

 p { color: rgb(207,115,138); }

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

background-color css

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

 a { background-color: rgb(207,115,138); }

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

border-color css

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

 span { border-color: rgb(207,115,138); }

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