Html Css Color HEX #CF795B Japonica

📋 copy color: '#CF795B'

red 207 ◦ green 121 ◦ blue 91

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

Shades of Japonica #CF795B

Tints of Japonica #CF795B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.72%

R = 49.4%
G = 28.88%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF795B (or 0xCF795B) is known color: Japonica. HEX triplet: CF, 79 and 5B. RGB value is (207,121,91). Sum of RGB (Red+Green+Blue) = 207+121+91=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF795B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF795B is #3086A4. Grayscale: #8F8F8F. Windows color (decimal): -3180197 or 5994959. OLE color: 5994959.

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

Color convert

RGB 207 121 91 -
CMYK 0 0.42 0.56 0.19
HSL 15.52º 0.55% 0.58% -
HSV(B) 15.52º 0.56% 0.81% -
XYZ 34.46 27.7 13.43 -
YUV 143.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 207 121 91 0 0.42 0.56 0.19 15.52 0.55 0.58
Hex CF 79 5B 0 2A 38 13 10 37 3A
Octal 317 171 133 0 52 70 23 20 67 72
Binary 11001111 1111001 1011011 0 101010 111000 10011 10000 110111 111010

Color Harmonies of #CF795B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF795B

Black with #CF795B

Text Example


Text Example

White with #CF795B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF795B; }

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

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

background-color css

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

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

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

border-color css

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

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

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