Html Css Color HEX #CF775A Japonica

📋 copy color: '#CF775A'

red 207 ◦ green 119 ◦ blue 90

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

Shades of Japonica #CF775A

Tints of Japonica #CF775A

RGB

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

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

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

R = 49.76%
G = 28.61%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF775A (or 0xCF775A) is known color: Japonica. HEX triplet: CF, 77 and 5A. RGB value is (207,119,90). Sum of RGB (Red+Green+Blue) = 207+119+90=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF775A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF775A is #3088A5. Grayscale: #8E8E8E. Windows color (decimal): -3180710 or 5928911. OLE color: 5928911.

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

Color convert

RGB 207 119 90 -
CMYK 0 0.43 0.57 0.19
HSL 14.87º 0.55% 0.58% -
HSV(B) 14.87º 0.57% 0.81% -
XYZ 34.17 27.2 13.12 -
YUV 142.01 98.65 174.36 -
System Red Green Blue C M Y K H S L
Decimal 207 119 90 0 0.43 0.57 0.19 14.87 0.55 0.58
Hex CF 77 5A 0 2B 39 13 F 37 3A
Octal 317 167 132 0 53 71 23 17 67 72
Binary 11001111 1110111 1011010 0 101011 111001 10011 1111 110111 111010

Color Harmonies of #CF775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF775A

Black with #CF775A

Text Example


Text Example

White with #CF775A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF775A; }

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

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

background-color css

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

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

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

border-color css

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

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

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