Html Css Color HEX #CF6F63 Japonica

📋 copy color: '#CF6F63'

red 207 ◦ green 111 ◦ blue 99

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

Shades of Japonica #CF6F63

Tints of Japonica #CF6F63

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.62%

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

R = 49.64%
G = 26.62%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF6F63 (or 0xCF6F63) is known color: Japonica. HEX triplet: CF, 6F and 63. RGB value is (207,111,99). Sum of RGB (Red+Green+Blue) = 207+111+99=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6F63 is #30909C. Grayscale: #8A8A8A. Windows color (decimal): -3182749 or 6516687. OLE color: 6516687.

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

Color convert

RGB 207 111 99 -
CMYK 0 0.46 0.52 0.19
HSL 6.67º 0.53% 0.6% -
HSV(B) 6.67º 0.52% 0.81% -
XYZ 33.67 25.54 14.96 -
YUV 138.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 207 111 99 0 0.46 0.52 0.19 6.67 0.53 0.6
Hex CF 6F 63 0 2E 34 13 7 35 3C
Octal 317 157 143 0 56 64 23 7 65 74
Binary 11001111 1101111 1100011 0 101110 110100 10011 111 110101 111100

Color Harmonies of #CF6F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6F63

Black with #CF6F63

Text Example


Text Example

White with #CF6F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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