Html Css Color HEX #CF7857 Japonica

📋 copy color: '#CF7857'

red 207 ◦ green 120 ◦ blue 87

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

Shades of Japonica #CF7857

Tints of Japonica #CF7857

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.99%

 BLUE value IS 87 (34.38% from 255) = 21.01%

R = 50%
G = 28.99%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF7857 (or 0xCF7857) is known color: Japonica. HEX triplet: CF, 78 and 57. RGB value is (207,120,87). Sum of RGB (Red+Green+Blue) = 207+120+87=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7857 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7857 is #3087A8. Grayscale: #8E8E8E. Windows color (decimal): -3180457 or 5732559. OLE color: 5732559.

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

Color convert

RGB 207 120 87 -
CMYK 0 0.42 0.58 0.19
HSL 16.5º 0.56% 0.58% -
HSV(B) 16.5º 0.58% 0.81% -
XYZ 34.17 27.39 12.5 -
YUV 142.25 96.82 174.18 -
System Red Green Blue C M Y K H S L
Decimal 207 120 87 0 0.42 0.58 0.19 16.5 0.56 0.58
Hex CF 78 57 0 2A 3A 13 10 38 3A
Octal 317 170 127 0 52 72 23 20 70 72
Binary 11001111 1111000 1010111 0 101010 111010 10011 10000 111000 111010

Color Harmonies of #CF7857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7857

Black with #CF7857

Text Example


Text Example

White with #CF7857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7857; }

 p { color: rgb(207,120,87); }

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

background-color css

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

 a { background-color: rgb(207,120,87); }

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

border-color css

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

 span { border-color: rgb(207,120,87); }

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