Html Css Color HEX #CF795F Japonica

📋 copy color: '#CF795F'

red 207 ◦ green 121 ◦ blue 95

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

Shades of Japonica #CF795F

Tints of Japonica #CF795F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.61%

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

R = 48.94%
G = 28.61%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF795F (or 0xCF795F) is known color: Japonica. HEX triplet: CF, 79 and 5F. RGB value is (207,121,95). Sum of RGB (Red+Green+Blue) = 207+121+95=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF795F is #3086A0. Grayscale: #8F8F8F. Windows color (decimal): -3180193 or 6257103. OLE color: 6257103.

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

Color convert

RGB 207 121 95 -
CMYK 0 0.42 0.54 0.19
HSL 13.93º 0.54% 0.59% -
HSV(B) 13.93º 0.54% 0.81% -
XYZ 34.64 27.77 14.36 -
YUV 143.75 100.49 173.11 -
System Red Green Blue C M Y K H S L
Decimal 207 121 95 0 0.42 0.54 0.19 13.93 0.54 0.59
Hex CF 79 5F 0 2A 36 13 E 36 3B
Octal 317 171 137 0 52 66 23 16 66 73
Binary 11001111 1111001 1011111 0 101010 110110 10011 1110 110110 111011

Color Harmonies of #CF795F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF795F

Black with #CF795F

Text Example


Text Example

White with #CF795F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF795F; }

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

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

background-color css

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

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

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

border-color css

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

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

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