Html Css Color HEX #CF765A Japonica

📋 copy color: '#CF765A'

red 207 ◦ green 118 ◦ blue 90

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

Shades of Japonica #CF765A

Tints of Japonica #CF765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.43%

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

R = 49.88%
G = 28.43%
B = 21.69%

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

#CF765A (or 0xCF765A) is known color: Japonica. HEX triplet: CF, 76 and 5A. RGB value is (207,118,90). Sum of RGB (Red+Green+Blue) = 207+118+90=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF765A is #3089A5. Grayscale: #8D8D8D. Windows color (decimal): -3180966 or 5928655. OLE color: 5928655.

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

Color convert

RGB 207 118 90 -
CMYK 0 0.43 0.57 0.19
HSL 14.36º 0.55% 0.58% -
HSV(B) 14.36º 0.57% 0.81% -
XYZ 34.06 26.96 13.08 -
YUV 141.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 207 118 90 0 0.43 0.57 0.19 14.36 0.55 0.58
Hex CF 76 5A 0 2B 39 13 E 37 3A
Octal 317 166 132 0 53 71 23 16 67 72
Binary 11001111 1110110 1011010 0 101011 111001 10011 1110 110111 111010

Color Harmonies of #CF765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF765A

Black with #CF765A

Text Example


Text Example

White with #CF765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF765A; }

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

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

background-color css

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

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

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

border-color css

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

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

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