Html Css Color HEX #CF7761 Japonica

📋 copy color: '#CF7761'

red 207 ◦ green 119 ◦ blue 97

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

Shades of Japonica #CF7761

Tints of Japonica #CF7761

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.13%

 BLUE value IS 97 (38.28% from 255) = 22.93%

R = 48.94%
G = 28.13%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF7761 (or 0xCF7761) is known color: Japonica. HEX triplet: CF, 77 and 61. RGB value is (207,119,97). Sum of RGB (Red+Green+Blue) = 207+119+97=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7761 is #30889E. Grayscale: #8E8E8E. Windows color (decimal): -3180703 or 6387663. OLE color: 6387663.

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

Color convert

RGB 207 119 97 -
CMYK 0 0.43 0.53 0.19
HSL 12º 0.53% 0.6% -
HSV(B) 12º 0.53% 0.81% -
XYZ 34.49 27.32 14.77 -
YUV 142.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 207 119 97 0 0.43 0.53 0.19 12 0.53 0.6
Hex CF 77 61 0 2B 35 13 C 35 3C
Octal 317 167 141 0 53 65 23 14 65 74
Binary 11001111 1110111 1100001 0 101011 110101 10011 1100 110101 111100

Color Harmonies of #CF7761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7761

Black with #CF7761

Text Example


Text Example

White with #CF7761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7761; }

 p { color: rgb(207,119,97); }

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

background-color css

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

 a { background-color: rgb(207,119,97); }

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

border-color css

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

 span { border-color: rgb(207,119,97); }

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