Html Css Color HEX #CF6E63 Japonica

📋 copy color: '#CF6E63'

red 207 ◦ green 110 ◦ blue 99

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

Shades of Japonica #CF6E63

Tints of Japonica #CF6E63

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.44%

 BLUE value IS 99 (39.06% from 255) = 23.8%

R = 49.76%
G = 26.44%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF6E63 (or 0xCF6E63) is known color: Japonica. HEX triplet: CF, 6E and 63. RGB value is (207,110,99). Sum of RGB (Red+Green+Blue) = 207+110+99=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6E63 is #30919C. Grayscale: #898989. Windows color (decimal): -3183005 or 6516431. OLE color: 6516431.

HSL color Cylindrical-coordinate representation of color #CF6E63: hue angle of 6.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6E63 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 110 99 -
CMYK 0 0.47 0.52 0.19
HSL 6.11º 0.53% 0.6% -
HSV(B) 6.11º 0.52% 0.81% -
XYZ 33.56 25.32 14.92 -
YUV 137.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 207 110 99 0 0.47 0.52 0.19 6.11 0.53 0.6
Hex CF 6E 63 0 2F 34 13 6 35 3C
Octal 317 156 143 0 57 64 23 6 65 74
Binary 11001111 1101110 1100011 0 101111 110100 10011 110 110101 111100

Color Harmonies of #CF6E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6E63

Black with #CF6E63

Text Example


Text Example

White with #CF6E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6E63; }

 p { color: rgb(207,110,99); }

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

background-color css

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

 a { background-color: rgb(207,110,99); }

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

border-color css

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

 span { border-color: rgb(207,110,99); }

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