Html Css Color HEX #CF7356 Japonica

📋 copy color: '#CF7356'

red 207 ◦ green 115 ◦ blue 86

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

Shades of Japonica #CF7356

Tints of Japonica #CF7356

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.19%

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

R = 50.74%
G = 28.19%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF7356 (or 0xCF7356) is known color: Japonica. HEX triplet: CF, 73 and 56. RGB value is (207,115,86). Sum of RGB (Red+Green+Blue) = 207+115+86=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7356 is #308CA9. Grayscale: #8B8B8B. Windows color (decimal): -3181738 or 5665743. OLE color: 5665743.

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

Color convert

RGB 207 115 86 -
CMYK 0 0.44 0.58 0.19
HSL 14.38º 0.56% 0.57% -
HSV(B) 14.38º 0.58% 0.81% -
XYZ 33.54 26.2 12.09 -
YUV 139.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 207 115 86 0 0.44 0.58 0.19 14.38 0.56 0.57
Hex CF 73 56 0 2C 3A 13 E 38 39
Octal 317 163 126 0 54 72 23 16 70 71
Binary 11001111 1110011 1010110 0 101100 111010 10011 1110 111000 111001

Color Harmonies of #CF7356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7356

Black with #CF7356

Text Example


Text Example

White with #CF7356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7356; }

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

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

background-color css

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

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

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

border-color css

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

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

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