Html Css Color HEX #CF795A Japonica

📋 copy color: '#CF795A'

red 207 ◦ green 121 ◦ blue 90

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

Shades of Japonica #CF795A

Tints of Japonica #CF795A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.53%

R = 49.52%
G = 28.95%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF795A (or 0xCF795A) is known color: Japonica. HEX triplet: CF, 79 and 5A. RGB value is (207,121,90). Sum of RGB (Red+Green+Blue) = 207+121+90=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF795A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF795A is #3086A5. Grayscale: #8F8F8F. Windows color (decimal): -3180198 or 5929423. OLE color: 5929423.

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

Color convert

RGB 207 121 90 -
CMYK 0 0.42 0.57 0.19
HSL 15.9º 0.55% 0.58% -
HSV(B) 15.9º 0.57% 0.81% -
XYZ 34.41 27.68 13.2 -
YUV 143.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 207 121 90 0 0.42 0.57 0.19 15.9 0.55 0.58
Hex CF 79 5A 0 2A 39 13 10 37 3A
Octal 317 171 132 0 52 71 23 20 67 72
Binary 11001111 1111001 1011010 0 101010 111001 10011 10000 110111 111010

Color Harmonies of #CF795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF795A

Black with #CF795A

Text Example


Text Example

White with #CF795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF795A; }

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

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

background-color css

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

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

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

border-color css

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

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

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