Html Css Color HEX #CF7756 Japonica

📋 copy color: '#CF7756'

red 207 ◦ green 119 ◦ blue 86

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

Shades of Japonica #CF7756

Tints of Japonica #CF7756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.87%

R = 50.24%
G = 28.88%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF7756 (or 0xCF7756) is known color: Japonica. HEX triplet: CF, 77 and 56. RGB value is (207,119,86). Sum of RGB (Red+Green+Blue) = 207+119+86=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7756 is #3088A9. Grayscale: #8D8D8D. Windows color (decimal): -3180714 or 5666767. OLE color: 5666767.

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

Color convert

RGB 207 119 86 -
CMYK 0 0.43 0.58 0.19
HSL 16.36º 0.56% 0.57% -
HSV(B) 16.36º 0.58% 0.81% -
XYZ 34.01 27.13 12.25 -
YUV 141.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 207 119 86 0 0.43 0.58 0.19 16.36 0.56 0.57
Hex CF 77 56 0 2B 3A 13 10 38 39
Octal 317 167 126 0 53 72 23 20 70 71
Binary 11001111 1110111 1010110 0 101011 111010 10011 10000 111000 111001

Color Harmonies of #CF7756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7756

Black with #CF7756

Text Example


Text Example

White with #CF7756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7756; }

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

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

background-color css

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

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

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

border-color css

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

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

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