Html Css Color HEX #CF795C Japonica

📋 copy color: '#CF795C'

red 207 ◦ green 121 ◦ blue 92

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

Shades of Japonica #CF795C

Tints of Japonica #CF795C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.9%

R = 49.29%
G = 28.81%
B = 21.9%

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

#CF795C (or 0xCF795C) is known color: Japonica. HEX triplet: CF, 79 and 5C. RGB value is (207,121,92). Sum of RGB (Red+Green+Blue) = 207+121+92=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF795C is #3086A3. Grayscale: #8F8F8F. Windows color (decimal): -3180196 or 6060495. OLE color: 6060495.

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

Color convert

RGB 207 121 92 -
CMYK 0 0.42 0.56 0.19
HSL 15.13º 0.55% 0.59% -
HSV(B) 15.13º 0.56% 0.81% -
XYZ 34.5 27.71 13.66 -
YUV 143.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 207 121 92 0 0.42 0.56 0.19 15.13 0.55 0.59
Hex CF 79 5C 0 2A 38 13 F 37 3B
Octal 317 171 134 0 52 70 23 17 67 73
Binary 11001111 1111001 1011100 0 101010 111000 10011 1111 110111 111011

Color Harmonies of #CF795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF795C

Black with #CF795C

Text Example


Text Example

White with #CF795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF795C; }

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

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

background-color css

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

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

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

border-color css

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

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

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