Html Css Color HEX #CF7755 Japonica

📋 copy color: '#CF7755'

red 207 ◦ green 119 ◦ blue 85

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

Shades of Japonica #CF7755

Tints of Japonica #CF7755

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.95%

 BLUE value IS 85 (33.59% from 255) = 20.68%

R = 50.36%
G = 28.95%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF7755 (or 0xCF7755) is known color: Japonica. HEX triplet: CF, 77 and 55. RGB value is (207,119,85). Sum of RGB (Red+Green+Blue) = 207+119+85=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7755 is #3088AA. Grayscale: #8D8D8D. Windows color (decimal): -3180715 or 5601231. OLE color: 5601231.

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

Color convert

RGB 207 119 85 -
CMYK 0 0.43 0.59 0.19
HSL 16.72º 0.56% 0.57% -
HSV(B) 16.72º 0.59% 0.81% -
XYZ 33.97 27.11 12.04 -
YUV 141.44 96.15 174.76 -
System Red Green Blue C M Y K H S L
Decimal 207 119 85 0 0.43 0.59 0.19 16.72 0.56 0.57
Hex CF 77 55 0 2B 3B 13 11 38 39
Octal 317 167 125 0 53 73 23 21 70 71
Binary 11001111 1110111 1010101 0 101011 111011 10011 10001 111000 111001

Color Harmonies of #CF7755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7755

Black with #CF7755

Text Example


Text Example

White with #CF7755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7755; }

 p { color: rgb(207,119,85); }

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

background-color css

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

 a { background-color: rgb(207,119,85); }

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

border-color css

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

 span { border-color: rgb(207,119,85); }

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