Html Css Color HEX #CF775C Japonica

📋 copy color: '#CF775C'

red 207 ◦ green 119 ◦ blue 92

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

Shades of Japonica #CF775C

Tints of Japonica #CF775C

RGB

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

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

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

R = 49.52%
G = 28.47%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF775C (or 0xCF775C) is known color: Japonica. HEX triplet: CF, 77 and 5C. RGB value is (207,119,92). Sum of RGB (Red+Green+Blue) = 207+119+92=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF775C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF775C is #3088A3. Grayscale: #8E8E8E. Windows color (decimal): -3180708 or 6059983. OLE color: 6059983.

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

Color convert

RGB 207 119 92 -
CMYK 0 0.43 0.56 0.19
HSL 14.09º 0.55% 0.59% -
HSV(B) 14.09º 0.56% 0.81% -
XYZ 34.26 27.23 13.58 -
YUV 142.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 207 119 92 0 0.43 0.56 0.19 14.09 0.55 0.59
Hex CF 77 5C 0 2B 38 13 E 37 3B
Octal 317 167 134 0 53 70 23 16 67 73
Binary 11001111 1110111 1011100 0 101011 111000 10011 1110 110111 111011

Color Harmonies of #CF775C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF775C

Black with #CF775C

Text Example


Text Example

White with #CF775C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF775C; }

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

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

background-color css

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

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

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

border-color css

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

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

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