Html Css Color HEX #CF735A Japonica

📋 copy color: '#CF735A'

red 207 ◦ green 115 ◦ blue 90

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

Shades of Japonica #CF735A

Tints of Japonica #CF735A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.91%

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

R = 50.24%
G = 27.91%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF735A (or 0xCF735A) is known color: Japonica. HEX triplet: CF, 73 and 5A. RGB value is (207,115,90). Sum of RGB (Red+Green+Blue) = 207+115+90=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF735A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF735A is #308CA5. Grayscale: #8B8B8B. Windows color (decimal): -3181734 or 5927887. OLE color: 5927887.

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

Color convert

RGB 207 115 90 -
CMYK 0 0.44 0.57 0.19
HSL 12.82º 0.55% 0.58% -
HSV(B) 12.82º 0.57% 0.81% -
XYZ 33.71 26.27 12.97 -
YUV 139.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 207 115 90 0 0.44 0.57 0.19 12.82 0.55 0.58
Hex CF 73 5A 0 2C 39 13 D 37 3A
Octal 317 163 132 0 54 71 23 15 67 72
Binary 11001111 1110011 1011010 0 101100 111001 10011 1101 110111 111010

Color Harmonies of #CF735A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF735A

Black with #CF735A

Text Example


Text Example

White with #CF735A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF735A; }

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

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

background-color css

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

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

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

border-color css

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

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

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