Html Css Color HEX #CF7963 Japonica

📋 copy color: '#CF7963'

red 207 ◦ green 121 ◦ blue 99

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

Shades of Japonica #CF7963

Tints of Japonica #CF7963

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.34%

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

R = 48.48%
G = 28.34%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF7963 (or 0xCF7963) is known color: Japonica. HEX triplet: CF, 79 and 63. RGB value is (207,121,99). Sum of RGB (Red+Green+Blue) = 207+121+99=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7963 is #30869C. Grayscale: #909090. Windows color (decimal): -3180189 or 6519247. OLE color: 6519247.

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

Color convert

RGB 207 121 99 -
CMYK 0 0.42 0.52 0.19
HSL 12.22º 0.53% 0.6% -
HSV(B) 12.22º 0.52% 0.81% -
XYZ 34.82 27.84 15.34 -
YUV 144.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 207 121 99 0 0.42 0.52 0.19 12.22 0.53 0.6
Hex CF 79 63 0 2A 34 13 C 35 3C
Octal 317 171 143 0 52 64 23 14 65 74
Binary 11001111 1111001 1100011 0 101010 110100 10011 1100 110101 111100

Color Harmonies of #CF7963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7963

Black with #CF7963

Text Example


Text Example

White with #CF7963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7963; }

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

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

background-color css

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

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

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

border-color css

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

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

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