Html Css Color HEX #CF7766 Japonica

📋 copy color: '#CF7766'

red 207 ◦ green 119 ◦ blue 102

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

Shades of Japonica #CF7766

Tints of Japonica #CF7766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.83%

R = 48.36%
G = 27.8%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF7766 (or 0xCF7766) is known color: Japonica. HEX triplet: CF, 77 and 66. RGB value is (207,119,102). Sum of RGB (Red+Green+Blue) = 207+119+102=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7766 is #308899. Grayscale: #8F8F8F. Windows color (decimal): -3180698 or 6715343. OLE color: 6715343.

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

Color convert

RGB 207 119 102 -
CMYK 0 0.43 0.51 0.19
HSL 9.71º 0.52% 0.61% -
HSV(B) 9.71º 0.51% 0.81% -
XYZ 34.73 27.42 16.03 -
YUV 143.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 207 119 102 0 0.43 0.51 0.19 9.71 0.52 0.61
Hex CF 77 66 0 2B 33 13 A 34 3D
Octal 317 167 146 0 53 63 23 12 64 75
Binary 11001111 1110111 1100110 0 101011 110011 10011 1010 110100 111101

Color Harmonies of #CF7766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7766

Black with #CF7766

Text Example


Text Example

White with #CF7766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7766; }

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

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

background-color css

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

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

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

border-color css

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

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

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