Html Css Color HEX #CF765B Japonica

📋 copy color: '#CF765B'

red 207 ◦ green 118 ◦ blue 91

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

Shades of Japonica #CF765B

Tints of Japonica #CF765B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.88%

R = 49.76%
G = 28.37%
B = 21.88%

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

#CF765B (or 0xCF765B) is known color: Japonica. HEX triplet: CF, 76 and 5B. RGB value is (207,118,91). Sum of RGB (Red+Green+Blue) = 207+118+91=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF765B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF765B is #3089A4. Grayscale: #8D8D8D. Windows color (decimal): -3180965 or 5994191. OLE color: 5994191.

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

Color convert

RGB 207 118 91 -
CMYK 0 0.43 0.56 0.19
HSL 13.97º 0.55% 0.58% -
HSV(B) 13.97º 0.56% 0.81% -
XYZ 34.1 26.98 13.31 -
YUV 141.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 207 118 91 0 0.43 0.56 0.19 13.97 0.55 0.58
Hex CF 76 5B 0 2B 38 13 E 37 3A
Octal 317 166 133 0 53 70 23 16 67 72
Binary 11001111 1110110 1011011 0 101011 111000 10011 1110 110111 111010

Color Harmonies of #CF765B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF765B

Black with #CF765B

Text Example


Text Example

White with #CF765B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF765B; }

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

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

background-color css

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

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

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

border-color css

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

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

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