Html Css Color HEX #CF765F Japonica

📋 copy color: '#CF765F'

red 207 ◦ green 118 ◦ blue 95

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

Shades of Japonica #CF765F

Tints of Japonica #CF765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.1%

 BLUE value IS 95 (37.5% from 255) = 22.62%

R = 49.29%
G = 28.1%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF765F (or 0xCF765F) is known color: Japonica. HEX triplet: CF, 76 and 5F. RGB value is (207,118,95). Sum of RGB (Red+Green+Blue) = 207+118+95=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF765F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF765F is #3089A0. Grayscale: #8E8E8E. Windows color (decimal): -3180961 or 6256335. OLE color: 6256335.

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

Color convert

RGB 207 118 95 -
CMYK 0 0.43 0.54 0.19
HSL 12.32º 0.54% 0.59% -
HSV(B) 12.32º 0.54% 0.81% -
XYZ 34.28 27.05 14.24 -
YUV 141.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 207 118 95 0 0.43 0.54 0.19 12.32 0.54 0.59
Hex CF 76 5F 0 2B 36 13 C 36 3B
Octal 317 166 137 0 53 66 23 14 66 73
Binary 11001111 1110110 1011111 0 101011 110110 10011 1100 110110 111011

Color Harmonies of #CF765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF765F

Black with #CF765F

Text Example


Text Example

White with #CF765F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF765F; }

 p { color: rgb(207,118,95); }

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

background-color css

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

 a { background-color: rgb(207,118,95); }

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

border-color css

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

 span { border-color: rgb(207,118,95); }

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